workflow-test/.gitea/workflows/image-build.yaml
Jonas Forsberg 062fb1c416
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 19s
.
2024-10-15 13:49:45 +02:00

20 lines
468 B
YAML

name: Lint and Test Charts
on: []
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: library/azure-agent
registry: repo.rre.nu
dockerfile: Containerfile
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_LOGIN }}