fix: ci build with right tag
All checks were successful
Build container / build (push) Successful in 41s

This commit is contained in:
Wesley van Tilburg 2025-01-02 17:26:39 +01:00
parent e5de8fe4f4
commit c1889392b4

View File

@ -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