We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d92ca commit 2f35102Copy full SHA for 2f35102
.github/workflows/pr-workflow.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: docker/metadata-action@v5
78
with:
79
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
80
- tags:
+ tags: |
81
type=sha
82
type=raw,value=${{needs.tagging.outputs.tag_name}}
83
type=raw,value=latest
0 commit comments