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