Skip to content

Commit

Permalink
Push all container images
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jul 31, 2023
1 parent c304e1f commit da75a85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
with:
file: Dockerfile-${{ matrix.image }}${{ matrix.platform.dockerfile-suffix }}
platforms: ${{ matrix.platform.arch }}
# Only push for releases
push: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit da75a85

Please sign in to comment.