Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51ab6fb934 | |||
| b3b3d4a7e1 | |||
| 93799d8fe5 | |||
| 65e2cb1bba | |||
| 65ef1207e3 | |||
| b53e40b534 | |||
| c6db076198 | |||
| aa0d5de1bf | |||
| 299c8f61cb | |||
| 9d646201e6 |
@@ -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 }}
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
|
||||
# - name: Build and push
|
||||
# uses: docker/build-push-action@v6.2.0
|
||||
# uses: docker/build-push-action@v6.7.0
|
||||
# with:
|
||||
# context: ./Docker/
|
||||
# push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
- name: Create Release Tag
|
||||
id: taggerFinal
|
||||
uses: anothrNick/github-tag-action@1.69.0
|
||||
uses: anothrNick/github-tag-action@1.70.0
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
|
||||
WITH_V: true
|
||||
@@ -44,16 +44,16 @@ 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 }}
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6.2.0
|
||||
uses: docker/build-push-action@v6.7.0
|
||||
with:
|
||||
context: ./Docker/
|
||||
push: true
|
||||
|
||||
@@ -31,7 +31,7 @@ build:
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||
|
||||
release:
|
||||
image: node:20.15.1-alpine3.19
|
||||
image: node:20.17.0-alpine3.19
|
||||
stage: release
|
||||
only:
|
||||
refs:
|
||||
|
||||
Reference in New Issue
Block a user