Skip to content

Commit

Permalink
Merge pull request #5 from wayofdev/fix/deploy-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Nov 21, 2023
2 parents 864f37b + c6299f1 commit a9947d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 📌 Release
name: 📌 Deploy release

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

0 comments on commit a9947d8

Please sign in to comment.