fix
This commit is contained in:
@@ -19,11 +19,11 @@ jobs:
|
|||||||
username: anry
|
username: anry
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
# - name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
# id: meta
|
||||||
uses: actions/docker-metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
# uses: actions/docker-metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||||
with:
|
# with:
|
||||||
images: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref_name }}
|
# images: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref_name }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: push
|
id: push
|
||||||
@@ -33,5 +33,5 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref_name }}
|
tags: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref_name }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
# labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
Reference in New Issue
Block a user