We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d998f78 commit ee1c0faCopy full SHA for ee1c0fa
1 file changed
.github/workflows/release.yml
@@ -61,10 +61,7 @@ jobs:
61
62
if [ "$LATEST_TAG" = "$IMAGE_TAG" ]; then
63
echo "✅ $IMAGE_TAG is the latest version. Updating latest tag..."
64
- docker buildx build \
65
- --platform linux/amd64,linux/arm64 \
66
- -t "$REPO:latest" \
67
- --push .
+ docker buildx imagetools create -t "$REPO:latest" "$REPO:$IMAGE_TAG"
68
else
69
echo "ℹ️ $IMAGE_TAG is not the latest version. Skipping latest tag update."
70
fi
0 commit comments