Compare commits

..

3 Commits

Author SHA1 Message Date
2b48af132e chore(deps): update dependency docker/build-push-action to v6.16.0
All checks were successful
ci / docker (push) Successful in 25s
Bump version / create_release_tag (pull_request) Successful in 1m5s
2025-04-24 15:02:51 +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
3 changed files with 6 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ jobs:
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6.15.0 # uses: docker/build-push-action@v6.16.0
# with: # with:
# context: ./Docker/ # context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }} # push: ${{ github.event_name != 'pull_request' }}

View File

@@ -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.15.0 uses: docker/build-push-action@v6.16.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