.
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 13s

This commit is contained in:
Jonas Forsberg 2024-10-15 15:22:43 +02:00
parent 2a40a55649
commit 2a5139e9b0

View File

@ -1,7 +1,10 @@
name: Lint and Test Charts 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: jobs:
lint-test: lint-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -10,7 +13,7 @@ jobs:
name: Check out code name: Check out code
- uses: mr-smithers-excellent/docker-build-push@v6 - uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image name: Build & push Container image
with: with:
image: library/azure-agent image: library/azure-agent
registry: repo.rre.nu registry: repo.rre.nu