Skip to content

Commit

Permalink
Merge pull request #909 from alexander-demicev/renameworkflow
Browse files Browse the repository at this point in the history
Rename release workflow
  • Loading branch information
alexander-demicev authored Dec 10, 2024
2 parents c2c9d29 + 137d235 commit ff062aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
image: REGISTRY_IMAGE
secret_registry: true
name: Release
uses: ./.github/workflows/release-workflow.yml
uses: ./.github/workflows/release.yml
with:
password: ${{ matrix.password }}
username: ${{ matrix.username }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
image: ${{ vars[inputs.image] }}
digest: ${{ needs.build.outputs.digest }}
identity: https://github.com/${{ inputs.org }}/turtles/.github/workflows/release-workflow.yml@${{ github.ref }}
identity: https://github.com/${{ inputs.org }}/turtles/.github/workflows/release.yml@${{ github.ref }}
oids-issuer: https://token.actions.githubusercontent.com
registry: ${{ inputs.secret_registry && secrets[inputs.registry] || inputs.registry }}
username: ${{ inputs.secret_registry && secrets[inputs.username] || inputs.username }}
Expand Down

0 comments on commit ff062aa

Please sign in to comment.