Compare commits

..

7 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
05e4782d57 Merge pull request 'chore(deps): update dependency docker/build-push-action to v6.15.0' (#114) from renovate/docker-build-push-action-6.x into master
Some checks failed
ci / docker (push) Has been cancelled
Reviewed-on: #114
2025-03-22 07:00:36 +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
6f76811dc0 chore(deps): update dependency docker/build-push-action to v6.15.0
All checks were successful
ci / docker (push) Successful in 52s
Bump version / create_release_tag (pull_request) Successful in 1m15s
2025-02-26 16:01:44 +00:00
3 changed files with 9 additions and 9 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: |
@@ -49,7 +49,7 @@ jobs:
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6.14.0 # uses: docker/build-push-action@v6.15.0
# with: # with:
# context: ./Docker/ # context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }} # push: ${{ github.event_name != 'pull_request' }}

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: |
@@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }} password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6.14.0 uses: docker/build-push-action@v6.15.0
with: with:
context: ./Docker/ context: ./Docker/
push: true push: true

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