diff --git a/Makefile b/Makefile index a0283a3a..291bb643 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ ARM_IMAGES := \ # Define images for running on ARM64 platforms ARM64_IMAGES := \ - v1.17/arm64/debian:v1.17.1-debian-arm64-1.0,v1.16-debian-arm64-1,edge-debian-arm64 \ + v1.17/arm64/debian:v1.17.1-debian-arm64-1.0,v1.17-debian-arm64-1,edge-debian-arm64 \ WINDOWS_IMAGES := \ v1.17/windows-ltsc2019:v1.17.1-windows-ltsc2019-1.0,v1.17-windows-ltsc2019-1 \ diff --git a/v1.17/arm64/debian/hooks/post_push b/v1.17/arm64/debian/hooks/post_push index 4811281c..7d49bdfe 100644 --- a/v1.17/arm64/debian/hooks/post_push +++ b/v1.17/arm64/debian/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image for each additional tag -for tag in {v1.17.1-debian-arm64-1.0,v1.16-debian-arm64-1,edge-debian-arm64}; do +for tag in {v1.17.1-debian-arm64-1.0,v1.17-debian-arm64-1,edge-debian-arm64}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag}