fix
Some checks failed
PHP Image build / Build and Push image to registry (push) Failing after 3m27s
Some checks failed
PHP Image build / Build and Push image to registry (push) Failing after 3m27s
This commit is contained in:
parent
08edf16057
commit
22e1aed4f4
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user