Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0634ed2b96 | |||
| fb47b12ef3 | |||
| 1367a48107 | |||
| 14455d156d |
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
|
||||
# - name: Build and push
|
||||
# uses: docker/build-push-action@v5.3.0
|
||||
# uses: docker/build-push-action@v6.2.0
|
||||
# with:
|
||||
# context: ./Docker/
|
||||
# push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5.3.0
|
||||
uses: docker/build-push-action@v6.2.0
|
||||
with:
|
||||
context: ./Docker/
|
||||
push: true
|
||||
|
||||
@@ -31,7 +31,7 @@ build:
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||
|
||||
release:
|
||||
image: node:20.14.0-alpine3.19
|
||||
image: node:20.15.0-alpine3.19
|
||||
stage: release
|
||||
only:
|
||||
refs:
|
||||
|
||||
Reference in New Issue
Block a user