This commit is contained in:
Michael Grote 2024-10-13 19:38:30 +02:00
parent 8c216105e3
commit 99f64520b3

View file

@ -40,7 +40,6 @@ jobs:
Status: ${{ job.status }}
Source: ${{ github.head_ref }}
build:
needs: [gitleaks, hadolint] # shellcheck
steps:
@ -55,7 +54,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
images: |
"registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}"
registry.mgrote.net/httpd
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Login to Docker Hub