Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93799d8fe5 | |||
| 65e2cb1bba | |||
| 65ef1207e3 | |||
| b53e40b534 | |||
| de95d7e864 | |||
| 655ab393e6 | |||
| aa0d5de1bf | |||
| 299c8f61cb | |||
| fdc44fb5d4 | |||
| 58a62b794e |
@@ -34,10 +34,10 @@ jobs:
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.3.0
|
||||
uses: docker/setup-buildx-action@v3.6.1
|
||||
- name: Login to Harbor
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3.2.0
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
registry: harbor.evanshome.io
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
|
||||
@@ -44,9 +44,9 @@ jobs:
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.3.0
|
||||
uses: docker/setup-buildx-action@v3.6.1
|
||||
- name: Login to Harbor
|
||||
uses: docker/login-action@v3.2.0
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
registry: harbor.evanshome.io
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
|
||||
@@ -11,14 +11,14 @@ stages:
|
||||
##- push_dockerhub
|
||||
|
||||
build:
|
||||
image: docker:26.1.4-dind
|
||||
image: docker:27.1.2-dind
|
||||
stage: build
|
||||
only:
|
||||
refs:
|
||||
- tags
|
||||
- branches
|
||||
services:
|
||||
- name: docker:26.1.4-dind
|
||||
- name: docker:27.1.2-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
@@ -31,7 +31,7 @@ build:
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||
|
||||
release:
|
||||
image: node:20.15.0-alpine3.19
|
||||
image: node:20.17.0-alpine3.19
|
||||
stage: release
|
||||
only:
|
||||
refs:
|
||||
@@ -57,10 +57,10 @@ release:
|
||||
- CHANGELOG.md
|
||||
|
||||
push local:
|
||||
image: docker:26.1.4-dind
|
||||
image: docker:27.1.2-dind
|
||||
stage: push_local
|
||||
services:
|
||||
- name: docker:26.1.4-dind
|
||||
- name: docker:27.1.2-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
||||
Reference in New Issue
Block a user