Compare commits
5 Commits
v1.29.54
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
5d35d18db3
|
|||
| 85d5820d70 | |||
| f367de1bde | |||
|
cae26538a5
|
|||
|
49869cd9ce
|
@@ -34,7 +34,7 @@ jobs:
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.10.0
|
||||
uses: docker/setup-buildx-action@v3.11.1
|
||||
- name: Login to Harbor
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3.4.0
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
- name: Create Release Tag
|
||||
id: taggerFinal
|
||||
uses: anothrNick/github-tag-action@1.71.0
|
||||
uses: anothrNick/github-tag-action@1.75.0
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
|
||||
WITH_V: true
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.10.0
|
||||
uses: docker/setup-buildx-action@v3.11.1
|
||||
- name: Login to Harbor
|
||||
uses: docker/login-action@v3.4.0
|
||||
with:
|
||||
|
||||
@@ -11,14 +11,14 @@ stages:
|
||||
##- push_dockerhub
|
||||
|
||||
build:
|
||||
image: docker:28.2.2-dind
|
||||
image: docker:28.5.1-dind
|
||||
stage: build
|
||||
only:
|
||||
refs:
|
||||
- tags
|
||||
- branches
|
||||
services:
|
||||
- name: docker:28.2.2-dind
|
||||
- name: docker:28.5.1-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
@@ -57,10 +57,10 @@ release:
|
||||
- CHANGELOG.md
|
||||
|
||||
push local:
|
||||
image: docker:28.2.2-dind
|
||||
image: docker:28.5.1-dind
|
||||
stage: push_local
|
||||
services:
|
||||
- name: docker:28.2.2-dind
|
||||
- name: docker:28.5.1-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
||||
Reference in New Issue
Block a user