This commit is contained in:
parent
2a40a55649
commit
2a5139e9b0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user