workflow-test/.gitea/workflows/image-build.yaml
Jonas Forsberg a8ddd1d813
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 18s
Testing pipes / Explore-Gitea-Actions (push) Successful in 33s
added correct project
2024-10-15 11:22:52 +02:00

21 lines
476 B
YAML

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: library/azure-agent
registry: repo.rre.nu
dockerfile: Containerfile
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_PASSWORD }}