Compare commits

..

1 Commits

Author SHA1 Message Date
4001c3f60c chore(deps): update docker docker tag to v28.5.2
Some checks failed
ci / docker (push) Failing after 7s
2026-01-22 10:02:30 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4.3.0 uses: actions/checkout@v4.3.0
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.10.0 uses: docker/metadata-action@v5.7.0
with: with:
# list of Docker images to use as base name for tags # list of Docker images to use as base name for tags
images: | images: |

View File

@@ -27,7 +27,7 @@ jobs:
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.10.0 uses: docker/metadata-action@v5.7.0
with: with:
# list of Docker images to use as base name for tags # list of Docker images to use as base name for tags
images: | images: |

View File

@@ -11,14 +11,14 @@ stages:
##- push_dockerhub ##- push_dockerhub
build: build:
image: docker:28.5.1-dind image: docker:28.5.2-dind
stage: build stage: build
only: only:
refs: refs:
- tags - tags
- branches - branches
services: services:
- name: docker:28.5.1-dind - name: docker:28.5.2-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
@@ -57,10 +57,10 @@ release:
- CHANGELOG.md - CHANGELOG.md
push local: push local:
image: docker:28.5.1-dind image: docker:28.5.2-dind
stage: push_local stage: push_local
services: services:
- name: docker:28.5.1-dind - name: docker:28.5.2-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2