test
Some checks failed
PHP Image build / Build and Push image to registry (push) Failing after 7m48s
Some checks failed
PHP Image build / Build and Push image to registry (push) Failing after 7m48s
This commit is contained in:
parent
4ad22f612c
commit
2c17f2157c
@ -23,7 +23,7 @@ jobs:
|
|||||||
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 }}
|
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
|
||||||
@ -32,6 +32,6 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref }}
|
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