dsfgd
This commit is contained in:
parent
8c216105e3
commit
99f64520b3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue