Skip to content

Commit

Permalink
Merge pull request #48 from nextcloud-releases/enh/noid/adjust-tags
Browse files Browse the repository at this point in the history
adjust date tags to not include latest anymore
  • Loading branch information
szaimen authored Jul 17, 2024
2 parents 54341eb + 338ec44 commit 71fe7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote-to-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# multiarch
docker buildx imagetools create --tag nextcloud/$AIO_NAME\:latest nextcloud/$AIO_NAME\:beta
docker buildx imagetools create --tag nextcloud/$AIO_NAME\:"$DATE"-latest nextcloud/$AIO_NAME\:beta
docker buildx imagetools create --tag nextcloud/$AIO_NAME\:"$DATE" nextcloud/$AIO_NAME\:beta
# arm64
if [ "$AIO_NAME" != "aio-clamav" ]; then
Expand Down

0 comments on commit 71fe7b8

Please sign in to comment.