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.
2 parents 864f37b + c6299f1 commit a9947d8Copy full SHA for a9947d8
.github/workflows/deploy-release.yaml
@@ -1,4 +1,4 @@
1
-name: 📌 Release
+name: 📌 Deploy release
2
3
on:
4
release:
@@ -44,7 +44,7 @@ jobs:
44
--build-arg VERSION="${RELEASE_TAG:1}" \
45
--build-arg FROM_REGISTRY=$REGISTRY \
46
--build-arg FROM_REPO=${GITHUB_REPOSITORY_OWNER,,} \
47
- --build-arg FROM_IMAGE=$REPO_NAME \
+ --build-arg FROM_IMAGE=${REPO_NAME}-base \
48
--tag $REGISTRY/${GITHUB_REPOSITORY_OWNER,,}/$REPO_NAME:$RELEASE_TAG \
49
--platform linux/amd64,linux/arm64 \
50
--attest type=provenance,mode=max,builder-id=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID \
0 commit comments