Compare commits

..

6 Commits

Author SHA1 Message Date
43a4042cbd Merge pull request 'chore(deps): update dependency actions/checkout to v4.1.6' (#77) from renovate/actions-checkout-4.x into master
Some checks are pending
ci / docker (push) Waiting to run
Reviewed-on: #77
2024-05-31 04:41:32 +00:00
0b4b16d29d Merge pull request 'chore(deps): update dependency docker/login-action to v3.2.0' (#79) from renovate/docker-login-action-3.x into master
Some checks are pending
ci / docker (push) Waiting to run
Reviewed-on: #79
2024-05-31 04:41:21 +00:00
4a8084e1ed Merge pull request 'chore(deps): update node.js to v20.14.0' (#80) from renovate/node-20.x into master
Some checks are pending
ci / docker (push) Waiting to run
Reviewed-on: #80
2024-05-31 04:41:13 +00:00
430c7a1823 chore(deps): update node.js to v20.14.0
Some checks failed
ci / docker (push) Successful in 24s
Bump version / create_release_tag (pull_request) Failing after 45s
2024-05-28 22:01:39 +00:00
6adf1c6284 chore(deps): update dependency docker/login-action to v3.2.0
Some checks failed
ci / docker (push) Successful in 37s
Bump version / create_release_tag (pull_request) Failing after 58s
2024-05-28 09:01:37 +00:00
99c775850e chore(deps): update dependency actions/checkout to v4.1.6
Some checks failed
ci / docker (push) Successful in 36s
Bump version / create_release_tag (pull_request) Failing after 30s
2024-05-16 18:17:08 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.5 uses: actions/checkout@v4.1.6
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.5.1 uses: docker/metadata-action@v5.5.1
@@ -37,7 +37,7 @@ jobs:
uses: docker/setup-buildx-action@v3.3.0 uses: docker/setup-buildx-action@v3.3.0
- name: Login to Harbor - name: Login to Harbor
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v3.1.0 uses: docker/login-action@v3.2.0
with: with:
registry: harbor.evanshome.io registry: harbor.evanshome.io
username: ${{ secrets.HARBOR_USERNAME }} username: ${{ secrets.HARBOR_USERNAME }}

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4.1.5 uses: actions/checkout@v4.1.6
with: with:
ref: ${{ github.event.pull_request.merge_commit_sha }} ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0' fetch-depth: '0'
@@ -46,7 +46,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0 uses: docker/setup-buildx-action@v3.3.0
- name: Login to Harbor - name: Login to Harbor
uses: docker/login-action@v3.1.0 uses: docker/login-action@v3.2.0
with: with:
registry: harbor.evanshome.io registry: harbor.evanshome.io
username: ${{ secrets.HARBOR_USERNAME }} username: ${{ secrets.HARBOR_USERNAME }}

View File

@@ -31,7 +31,7 @@ build:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
release: release:
image: node:20.13.1-alpine3.19 image: node:20.14.0-alpine3.19
stage: release stage: release
only: only:
refs: refs: