dsfgsedfg
All checks were successful
lint, build and push / lint (pull_request) Successful in 3s
lint, build and push / build (pull_request) Successful in 14s

This commit is contained in:
Michael Grote 2024-10-13 19:53:24 +02:00
parent 0b7d40de98
commit 8f465422d5

View file

@ -45,9 +45,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Extract repository name
id: name
run: |
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITHUB_OUTPUT
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: |
registry.mgrote.net/${{ steps.name.outputs.REPO_NAME }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Login to Docker Hub