We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5a4cf commit d8549f0Copy full SHA for d8549f0
.github/workflows/publish.yml
@@ -52,5 +52,5 @@ jobs:
52
uses: ./.github/workflows/deploy.yml
53
with:
54
image_tag_with_sha: ${{needs.build-and-publish.outputs.image_tag_with_sha}}
55
- environment_name: develop
+ environment_name: ${{ github.ref_name }}
56
secrets: inherit
0 commit comments