Skip to content

Commit

Permalink
Merge pull request #4 from keploy/shivam/releaseDocker
Browse files Browse the repository at this point in the history
add: context path
  • Loading branch information
shivamsouravjha authored Aug 8, 2024
2 parents 6d91efb + 94bd8d8 commit 3dd369c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: projects
file: Dockerfile
file: projects/Dockerfile
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 3dd369c

Please sign in to comment.