Skip to content

Commit abf99e5

Browse files
Roman Plevkarplevka
Roman Plevka
authored andcommitted
fix gh workflow syntax - tag list
1 parent c7726c8 commit abf99e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish_image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: redhat-actions/push-to-registry@v2
3434
with:
3535
image: rekuper
36-
tags: ${{ steps.image_tag.outputs.IMAGE_TAG }}
36+
tags: lastest
3737
registry: ${{ secrets.QUAY_SERVER }}/${{ secrets.QUAY_NAMESPACE }}
3838
username: ${{ secrets.QUAY_USERNAME }}
3939
password: ${{ secrets.QUAY_PASSWORD }}

0 commit comments

Comments
 (0)