Compare commits

..

1 Commits

Author SHA1 Message Date
1b38afe8f4 chore(deps): update docker docker tag to v29
All checks were successful
ci / docker (push) Successful in 36s
2026-02-03 19:02:16 +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:29.2.1-dind
stage: build stage: build
only: only:
refs: refs:
- tags - tags
- branches - branches
services: services:
- name: docker:28.5.1-dind - name: docker:29.2.1-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:29.2.1-dind
stage: push_local stage: push_local
services: services:
- name: docker:28.5.1-dind - name: docker:29.2.1-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2