Skip to content

Commit

Permalink
Refactor release workflow to be reusable
Browse files Browse the repository at this point in the history
Signed-off-by: Danil Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev committed Nov 3, 2023
1 parent 43b09ce commit 2c96862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- destination: ghcr
registry: ghcr.io
username: ${{ github.actor }}
image: ghcr.io/danil-grigorev/rancher-turtles
password: GITHUB_TOKEN
image: GHCR_IMAGE
org: danil-grigorev
secret_registry: false
- destination: prod
Expand Down

0 comments on commit 2c96862

Please sign in to comment.