Skip to content

Commit

Permalink
ci: minor tweak to build context
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Oct 1, 2023
1 parent 2a2ebb3 commit 4045126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 4045126

Please sign in to comment.