.
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 18s
Testing pipes / Explore-Gitea-Actions (push) Successful in 32s

This commit is contained in:
Jonas Forsberg
2024-10-15 11:07:22 +02:00
parent 87028146df
commit 7a40fda341
4 changed files with 68 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,21 @@
??? from here until ???END lines may have been inserted/deleted
name: Lint and Test Charts
on:
push:
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Check out code
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image
with:
image: azure-agent
registry: repo.rre.nu
dockerfile: Containerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}