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
|
||||
with:
|
||||
image: ${{ github.actor }}/${{ github.event.repository.name }}
|
||||
tags: latest
|
||||
tags: ${{ github.ref_name }}
|
||||
containerfiles: |
|
||||
./Containerfile
|
||||
- name: Push
|
||||
|
Loading…
Reference in New Issue
Block a user