Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 13, 2024
1 parent ef554c6 commit 704a7ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
file: ./${{ env.COMPONENT }}/Dockerfile
context: ./${{ env.COMPONENT }}
push: true
cache-from: type=local,src=/tmp/.buildx-cache-${{ env.COMPONENT }}
cache-to: type=local,dest=/tmp/.buildx-cache-${{ env.COMPONENT }},mode=max
Expand Down

0 comments on commit 704a7ff

Please sign in to comment.