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