Skip to content

Commit

Permalink
always push nightly image
Browse files Browse the repository at this point in the history
Signed-off-by: Tilman Vatteroth <[email protected]>
  • Loading branch information
mrdrogdrog committed Jul 21, 2024
1 parent 44b0258 commit ad9db46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
build-args: |
VERSION=${{ env.HEDGEDOC_VERSION }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'push' }}
push: true
tags: |
${{ env.HEDGEDOC_IMAGE }}:${{ env.TODAY }}-${{ matrix.base }}
${{ env.HEDGEDOC_IMAGE }}:${{ matrix.base }}

0 comments on commit ad9db46

Please sign in to comment.