We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1c2f0 commit d000164Copy full SHA for d000164
.github/workflows/build.yml
@@ -151,6 +151,6 @@ jobs:
151
VERSION=${{ needs.build.outputs.version }}
152
docker buildx imagetools create -t ${IMAGE}:${TAG} ${SOURCE}-linux-amd64 ${SOURCE}-linux-arm64
153
docker buildx imagetools create -t ${IMAGE}:${TAG}-${VERSION} ${SOURCE}-linux-amd64 ${SOURCE}-linux-arm64
154
- if [[ ${GITHUB_REF//refs\/heads\//} == main ]]; then
+ if [[ ${GITHUB_REF//refs\/heads\//} == master ]]; then
155
docker buildx imagetools create -t ${IMAGE}:latest ${SOURCE}-linux-amd64 ${SOURCE}-linux-arm64
156
fi
0 commit comments