Skip to content

Commit

Permalink
Don't use env context for step (#1178)
Browse files Browse the repository at this point in the history
Don't use context `env` for publish container image step
  • Loading branch information
CasperWA authored May 18, 2022
1 parent bd27e32 commit 8721aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: ./.github/workflows/cd_container_image.yml
with:
release: true
checkout_ref: "${{ env.PUBLISH_UPDATE_BRANCH }}"
checkout_ref: master
secrets: inherit
permissions:
packages: write
Expand Down

0 comments on commit 8721aa6

Please sign in to comment.