Skip to content

Commit 2f35102

Browse files
committed
workflow fix
1 parent 68d92ca commit 2f35102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: docker/metadata-action@v5
7878
with:
7979
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
80-
tags:
80+
tags: |
8181
type=sha
8282
type=raw,value=${{needs.tagging.outputs.tag_name}}
8383
type=raw,value=latest

0 commit comments

Comments
 (0)