Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65e2cb1bba | |||
| 65ef1207e3 | |||
| b53e40b534 | |||
| 299c8f61cb |
@@ -37,7 +37,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3.3.0
|
||||
- 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 }}
|
||||
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.3.0
|
||||
- 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 }}
|
||||
|
||||
@@ -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