mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 19:58:07 +01:00
Temporary hack to correctly tag the security docker image…
This commit is contained in:
parent
970320d73c
commit
c3936cbbe3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-security.yml
vendored
2
.github/workflows/build-security.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue