ci: new tag format on pr #43
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue