Skip to content

Commit

Permalink
Merge pull request #44 from nextcloud-releases/enh/noid/remove-date-l…
Browse files Browse the repository at this point in the history
…atest-arm64-containers
  • Loading branch information
szaimen authored Sep 27, 2023
2 parents 5394500 + e3730ba commit 4577e83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/promote-single-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
docker pull nextcloud/$AIO_NAME\:"$SOURCE_TAG"-arm64
docker tag nextcloud/$AIO_NAME\:"$SOURCE_TAG"-arm64 nextcloud/$AIO_NAME\:"$TARGET_TAG"-arm64
docker push nextcloud/$AIO_NAME\:"$TARGET_TAG"-arm64
if [ "$AIO_NAME" != "all-in-one" ] && [ "$TARGET_TAG" = latest ]; then
docker tag nextcloud/$AIO_NAME\:beta-arm64 nextcloud/$AIO_NAME\:"$DATE"-latest-arm64
docker push nextcloud/$AIO_NAME\:"$DATE"-latest-arm64
fi
if [ "$AIO_NAME" = "aio-nextcloud" ] && [ "$TARGET_TAG" = latest ]; then
set -x
PHP_VERSION="$(docker inspect nextcloud/aio-nextcloud:beta-arm64 | grep PHP_VERSION | grep -oP '[0-8.]+' | sed 's|\.[0-9]\+$||')"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/promote-to-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
# arm64
if [ "$AIO_NAME" != "aio-clamav" ]; then
docker buildx imagetools create --tag nextcloud/$AIO_NAME\:latest-arm64 nextcloud/$AIO_NAME\:beta-arm64
docker buildx imagetools create --tag nextcloud/$AIO_NAME\:"$DATE"-latest-arm64 nextcloud/$AIO_NAME\:beta-arm64
fi
if [ "$AIO_NAME" == "aio-nextcloud" ]; then
Expand Down

0 comments on commit 4577e83

Please sign in to comment.