From c1889392b43ebc60b120b391629b421a971ce95a Mon Sep 17 00:00:00 2001 From: Wesley van Tilburg Date: Thu, 2 Jan 2025 17:26:39 +0100 Subject: [PATCH] fix: ci build with right tag --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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