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 7e40cf2 commit be426e8Copy full SHA for be426e8
.github/workflows/build.yaml
@@ -63,7 +63,7 @@ jobs:
63
--cache-from=$IMAGE_NAME:latest \
64
--push \
65
-t $IMAGE_NAME:latest \
66
- --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
+ --platform linux/amd64,linux/arm64,linux/arm/v7 \
67
.
68
69
- name: Set tag in environment
@@ -77,5 +77,5 @@ jobs:
77
78
79
-t $IMAGE_NAME:$RELEASE_VERSION \
80
81
0 commit comments