Skip to content

Commit a9947d8

Browse files
authored
Merge pull request #5 from wayofdev/fix/deploy-release
2 parents 864f37b + c6299f1 commit a9947d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 📌 Release
1+
name: 📌 Deploy release
22

33
on:
44
release:
@@ -44,7 +44,7 @@ jobs:
4444
--build-arg VERSION="${RELEASE_TAG:1}" \
4545
--build-arg FROM_REGISTRY=$REGISTRY \
4646
--build-arg FROM_REPO=${GITHUB_REPOSITORY_OWNER,,} \
47-
--build-arg FROM_IMAGE=$REPO_NAME \
47+
--build-arg FROM_IMAGE=${REPO_NAME}-base \
4848
--tag $REGISTRY/${GITHUB_REPOSITORY_OWNER,,}/$REPO_NAME:$RELEASE_TAG \
4949
--platform linux/amd64,linux/arm64 \
5050
--attest type=provenance,mode=max,builder-id=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID \

0 commit comments

Comments
 (0)