This commit is contained in:
parent
47015fe278
commit
4ad22f612c
@ -23,7 +23,7 @@ jobs:
|
||||
id: meta
|
||||
uses: actions/docker-metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||
with:
|
||||
images: git.unbind.ru/{{ gitea.repository }}{{ gitea.ref }}
|
||||
images: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
@ -32,6 +32,6 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: git.unbind.ru/{{ gitea.repository }}:{{ gitea.ref }}
|
||||
tags: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user