Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jul 28, 2023
1 parent 7c75a9a commit a29a0bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ jobs:
run: |
eval $(minikube -p minikube docker-env) && \
make docker-build && \
echo $(docker images) && \
echo $(docker images | grep calls-offloader) && \
echo $(docker images | grep calls-offloader | awk '{print $1":"$2}') && \
echo $(docker images --format "{{.Repository}}:{{.Tag}}" | head -n 1) && \
echo "docker_image=$(docker images | grep calls-offloader | awk '{print $1":"$2}' | awk 'NR==2')" >> "$GITHUB_ENV"
echo "docker_image=$(docker images --format '{{.Repository}}:{{.Tag}}' | head -n 1)" >> "$GITHUB_ENV"
working-directory: ${{ github.workspace }}/${{ github.repository }}
- name: Create pod
run: |
Expand Down

0 comments on commit a29a0bd

Please sign in to comment.