Skip to content

Commit

Permalink
Merge pull request #499 from hedgedoc/nightly-push
Browse files Browse the repository at this point in the history
always push nightly image
  • Loading branch information
mrdrogdrog authored Jul 21, 2024
2 parents 44b0258 + ad9db46 commit 3c7ba0f
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 3c7ba0f

Please sign in to comment.