Apply htpasswd-style template to main.yaml

This commit is contained in:
2026-06-13 15:56:46 -04:00
parent 0ad02f409d
commit 57cdf89c21
+5
View File
@@ -1,7 +1,9 @@
name: Main Release
on:
push:
branches: [master]
jobs:
hadolint:
runs-on: ubuntu-latest
@@ -11,6 +13,7 @@ jobs:
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
with:
dockerfile: Dockerfile
build-push:
runs-on: ubuntu-latest
steps:
@@ -33,6 +36,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
pull: true
test:
runs-on: ubuntu-latest
steps:
@@ -40,6 +44,7 @@ jobs:
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
- run: docker build -t ci-image:${{ github.sha }} .
- run: bash tests/test.sh ci-image:${{ github.sha }}
tag:
runs-on: ubuntu-latest
steps: