Skip to content

Commit

Permalink
Explicitly set 'push: true' to actually push the image
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-lamppu committed Sep 2, 2024
1 parent e31d307 commit 2c1cc45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
with:
context: .
file: docker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
Expand Down

0 comments on commit 2c1cc45

Please sign in to comment.