This commit is contained in:
parent
68f8a8b192
commit
e8a7b3c29f
@ -5,7 +5,7 @@ name: docker-with-buildx
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: docker build an publish
|
- name: docker build an publish
|
||||||
image: docker:20.10.22-dind-alpine3.17
|
image: docker:dind
|
||||||
environment:
|
environment:
|
||||||
DOCKER_REGISTRY_TOKEN:
|
DOCKER_REGISTRY_TOKEN:
|
||||||
from_secret: DOCKER_REGISTRY_TOKEN
|
from_secret: DOCKER_REGISTRY_TOKEN
|
||||||
@ -31,7 +31,7 @@ trigger:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:20.10.22-dind-alpine3.17
|
image: docker:dind
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
Loading…
Reference in New Issue
Block a user