diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 109b77b..56abbf7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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