Skip to content

Commit 3dfea81

Browse files
Roman PlevkaRoman Plevka
Roman Plevka
and
Roman Plevka
authored
Gh action 2 (#6)
* fix gh workflow syntax - tag list * fix typo in tag in workflow --------- Co-authored-by: Roman Plevka <[email protected]>
1 parent abf99e5 commit 3dfea81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_publish_image.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
workflow_dispatch:
98

109
jobs:
1110
rekuper_container:
@@ -33,7 +32,7 @@ jobs:
3332
uses: redhat-actions/push-to-registry@v2
3433
with:
3534
image: rekuper
36-
tags: lastest
35+
tags: latest
3736
registry: ${{ secrets.QUAY_SERVER }}/${{ secrets.QUAY_NAMESPACE }}
3837
username: ${{ secrets.QUAY_USERNAME }}
3938
password: ${{ secrets.QUAY_PASSWORD }}

0 commit comments

Comments
 (0)