This commit is contained in:
Andrey Sokolovskiy
2024-12-12 20:49:23 +07:00
parent 08edf16057
commit 22e1aed4f4
+6 -6
View File
@@ -19,11 +19,11 @@ jobs:
username: anry
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: actions/docker-metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref_name }}
# - name: Extract metadata (tags, labels) for Docker
# id: meta
# uses: actions/docker-metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
# with:
# images: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref_name }}
- name: Build and push Docker image
id: push
@@ -33,5 +33,5 @@ jobs:
file: ./Dockerfile
push: true
tags: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref_name }}
labels: ${{ steps.meta.outputs.labels }}
# labels: ${{ steps.meta.outputs.labels }}