fix
All checks were successful
Gitea Ansible Docker image build and publish / Push Docker image to Docker Hub (push) Successful in 1m40s
All checks were successful
Gitea Ansible Docker image build and publish / Push Docker image to Docker Hub (push) Successful in 1m40s
This commit is contained in:
parent
975eeeec7d
commit
b00911ab25
@ -23,7 +23,7 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: actions/docker-metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
uses: actions/docker-metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||||
with:
|
with:
|
||||||
images: https://git.unbind.ru/docker/ansible
|
images: git.unbind.ru/docker/ansible
|
||||||
|
|
||||||
- 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: https://git.unbind.ru/docker/ansible:latest
|
tags: git.unbind.ru/docker/ansible:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user