fix: ci build with right tag
All checks were successful
Build container / build (push) Successful in 41s
All checks were successful
Build container / build (push) Successful in 41s
This commit is contained in:
parent
e5de8fe4f4
commit
c1889392b4
@ -11,7 +11,7 @@ jobs:
|
|||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
image: ${{ github.actor }}/${{ github.event.repository.name }}
|
image: ${{ github.actor }}/${{ github.event.repository.name }}
|
||||||
tags: latest
|
tags: ${{ github.ref_name }}
|
||||||
containerfiles: |
|
containerfiles: |
|
||||||
./Containerfile
|
./Containerfile
|
||||||
- name: Push
|
- name: Push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user