From 2a5139e9b04ed73ea8d0922657017ba017afd42c Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 15 Oct 2024 15:22:43 +0200 Subject: [PATCH] . --- .gitea/workflows/image-build.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/image-build.yaml b/.gitea/workflows/image-build.yaml index f646e8d..c0390bf 100644 --- a/.gitea/workflows/image-build.yaml +++ b/.gitea/workflows/image-build.yaml @@ -1,7 +1,10 @@ name: Lint and Test Charts -on: [] - +on: + push: + # Pattern matched against refs/tags + tags: + - '**' # Push events to every tag including hierarchical tags like v1.0/beta jobs: lint-test: runs-on: ubuntu-latest @@ -10,7 +13,7 @@ jobs: name: Check out code - uses: mr-smithers-excellent/docker-build-push@v6 - name: Build & push Docker image + name: Build & push Container image with: image: library/azure-agent registry: repo.rre.nu