Skip to content

Commit

Permalink
Temporary hack to correctly tag the security docker image…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Feb 1, 2024
1 parent 970320d commit c3936cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
TZ: Etc/UTC
run: |
echo mastodon_version_prerelease=nightly.$(date --date='next day' +'%Y-%m-%d')-security>> $GITHUB_OUTPUT
echo mastodon_version_prerelease=nightly.2024-02-02-security>> $GITHUB_OUTPUT
outputs:
prerelease: ${{ steps.version_vars.outputs.mastodon_version_prerelease }}

Expand Down

0 comments on commit c3936cb

Please sign in to comment.