This commit is contained in:
parent
7b9a75f762
commit
ec843d06f8
@ -6,7 +6,7 @@ name: docker-with-buildx
|
||||
steps:
|
||||
- name: Release For Tag
|
||||
# https://hub.docker.com/r/library/docker
|
||||
image: hub.docker.struchkov.dev/docker:27.0.3-dind-alpine3.20
|
||||
image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20
|
||||
environment:
|
||||
DOCKER_REGISTRY_TOKEN:
|
||||
from_secret: DOCKER_REGISTRY_TOKEN
|
||||
@ -32,7 +32,7 @@ trigger:
|
||||
services:
|
||||
- name: docker
|
||||
# https://hub.docker.com/r/library/docker
|
||||
image: hub.docker.struchkov.dev/docker:27.0.3-dind-alpine3.20
|
||||
image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
|
@ -1,6 +1,7 @@
|
||||
# https://github.com/docker/buildx/releases/
|
||||
ARG BUILDX_VERSION=0.16.0
|
||||
ARG DOCKER_VERSION=27.0.3-dind-alpine3.20
|
||||
ARG BUILDX_VERSION=0.16.2
|
||||
# https://hub.docker.com/r/library/docker
|
||||
ARG DOCKER_VERSION=27.1.2-dind-alpine3.20
|
||||
|
||||
FROM hub.docker.struchkov.dev/alpine AS fetcher
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user