ci: new tag format on pr #43

Closed
mg wants to merge 28 commits from fgdsfgd into master
Showing only changes of commit d8538b9998 - Show all commits

View file

@ -46,7 +46,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Extract repository name
id: meta_name
id: metaname
run: |
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITHUB_OUTPUT
- name: Docker meta
@ -58,7 +58,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
images: |
"registry.mgrote.net/${{ steps.meta_name.outputs.REPO_NAME }}"
"registry.mgrote.net/${{ steps.metaname.outputs.REPO_NAME }}"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Login to Docker Hub