Skip to content

Commit ee1c0fa

Browse files
committed
fix: docker steps in release
1 parent d998f78 commit ee1c0fa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ jobs:
6161
6262
if [ "$LATEST_TAG" = "$IMAGE_TAG" ]; then
6363
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 .
64+
docker buildx imagetools create -t "$REPO:latest" "$REPO:$IMAGE_TAG"
6865
else
6966
echo "ℹ️ $IMAGE_TAG is not the latest version. Skipping latest tag update."
7067
fi

0 commit comments

Comments
 (0)