fix
This commit is contained in:
@@ -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 }}
|
||||||
|
|
||||||
Reference in New Issue
Block a user