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