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