Compare commits

..

5 Commits

Author SHA1 Message Date
cf7f2b4752 chore(deps): update dependency anothrnick/github-tag-action to v1.73.0
All checks were successful
ci / docker (push) Successful in 20s
Bump version / create_release_tag (pull_request) Successful in 1m24s
2025-05-07 17:02:13 +00:00
1610bd8f0a Merge pull request 'chore(deps): update docker docker tag to v28' (#113) from renovate/docker-28.x into master
All checks were successful
ci / docker (push) Successful in 29s
Reviewed-on: #113
2025-04-08 18:30:50 +00:00
c17e204ed0 chore(deps): update docker docker tag to v28
All checks were successful
ci / docker (push) Successful in 31s
Bump version / create_release_tag (pull_request) Successful in 1m7s
2025-03-26 01:04:21 +00:00
4a577b7d79 Merge pull request 'chore(deps): update dependency docker/metadata-action to v5.7.0' (#115) from renovate/docker-metadata-action-5.x into master
All checks were successful
ci / docker (push) Successful in 25s
Reviewed-on: #115
2025-03-22 07:00:48 +00:00
efeea9bb98 chore(deps): update dependency docker/metadata-action to v5.7.0
All checks were successful
ci / docker (push) Successful in 17s
Bump version / create_release_tag (pull_request) Successful in 1m24s
2025-03-20 05:07:19 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.6.1 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

@@ -18,7 +18,7 @@ jobs:
- name: Create Release Tag - name: Create Release Tag
id: taggerFinal id: taggerFinal
uses: anothrNick/github-tag-action@1.71.0 uses: anothrNick/github-tag-action@1.73.0
with: with:
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }} GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
WITH_V: true WITH_V: true
@@ -27,7 +27,7 @@ jobs:
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.6.1 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:27.5.1-dind image: docker:28.0.4-dind
stage: build stage: build
only: only:
refs: refs:
- tags - tags
- branches - branches
services: services:
- name: docker:27.5.1-dind - name: docker:28.0.4-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:27.5.1-dind image: docker:28.0.4-dind
stage: push_local stage: push_local
services: services:
- name: docker:27.5.1-dind - name: docker:28.0.4-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2