Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
revert context and add file
  • Loading branch information
romainGuiet authored Feb 2, 2024
1 parent e7936c0 commit c24a2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./docker/Dockerfile-base
context: .
file: ./docker/Dockerfile-base
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit c24a2c7

Please sign in to comment.