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
|
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 }}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user