workflow-test/.gitea/workflows/image-build.yaml

22 lines
492 B
YAML
Raw Normal View History

2024-10-15 09:07:22 +00:00
??? 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 }}