This commit is contained in:
Michael Grote 2024-10-13 19:42:41 +02:00
parent f43183e87e
commit d8538b9998

View file

@ -46,7 +46,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Extract repository name - name: Extract repository name
id: meta_name id: metaname
run: | run: |
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITHUB_OUTPUT echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITHUB_OUTPUT
- name: Docker meta - name: Docker meta
@ -58,7 +58,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_name.outputs.REPO_NAME }}" "registry.mgrote.net/${{ steps.metaname.outputs.REPO_NAME }}"
- 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