Compare commits

...

9 Commits

Author SHA1 Message Date
34e51fe769 Merge pull request 'chore(deps): update dependency anothrnick/github-tag-action to v1.69.0' (#70) from renovate/anothrnick-github-tag-action-1.x into master
All checks were successful
ci / docker (push) Successful in 23s
Reviewed-on: #70
2024-04-15 21:23:02 +00:00
784e47cf74 chore(deps): update dependency anothrnick/github-tag-action to v1.69.0
All checks were successful
ci / docker (push) Successful in 24s
Bump version / create_release_tag (pull_request) Successful in 1m1s
2024-04-12 18:16:45 +00:00
b6f0927ac9 Merge pull request 'chore(deps): update dependency actions/checkout to v4.1.1' (#69) from renovate/actions-checkout-4.x into master
All checks were successful
ci / docker (push) Successful in 15s
Reviewed-on: #69
2024-04-12 04:43:16 +00:00
a62e7ce85f chore(deps): update dependency actions/checkout to v4.1.1
Some checks failed
ci / docker (push) Successful in 22s
Bump version / create_release_tag (pull_request) Has been cancelled
2024-04-12 04:00:58 +00:00
101f51068f change default bumping to be patches
All checks were successful
ci / docker (push) Successful in 22s
2024-04-12 03:44:38 +00:00
0a5c56a06b Merge pull request 'chore(deps): update docker docker tag to v26.0.1' (#68) from renovate/docker-26.x into master
All checks were successful
ci / docker (push) Successful in 22s
Reviewed-on: #68
2024-04-12 03:25:18 +00:00
762148e8d0 Merge pull request 'chore(deps): update node.js to v20.12.2' (#67) from renovate/node-20.x into master
All checks were successful
ci / docker (push) Successful in 16s
Reviewed-on: #67
2024-04-12 03:24:54 +00:00
1251bedc85 chore(deps): update docker docker tag to v26.0.1
All checks were successful
ci / docker (push) Successful in 33s
Bump version / create_release_tag (pull_request) Successful in 33s
2024-04-12 03:01:11 +00:00
993a4b1c25 chore(deps): update node.js to v20.12.2
All checks were successful
ci / docker (push) Successful in 16s
Bump version / create_release_tag (pull_request) Successful in 35s
2024-04-11 13:00:54 +00:00
3 changed files with 8 additions and 7 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 uses: actions/checkout@v4.1.1
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.5.1 uses: docker/metadata-action@v5.5.1

View File

@@ -18,11 +18,12 @@ jobs:
- name: Create Release Tag - name: Create Release Tag
id: taggerFinal id: taggerFinal
uses: anothrNick/github-tag-action@1.67.0 uses: anothrNick/github-tag-action@1.69.0
with: with:
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }} GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
WITH_V: true WITH_V: true
GIT_API_TAGGING: false GIT_API_TAGGING: false
DEFAULT_BUMP: patch
- name: Docker meta - name: Docker meta
id: meta id: meta

View File

@@ -11,14 +11,14 @@ stages:
##- push_dockerhub ##- push_dockerhub
build: build:
image: docker:26.0.0-dind image: docker:26.0.1-dind
stage: build stage: build
only: only:
refs: refs:
- tags - tags
- branches - branches
services: services:
- name: docker:26.0.0-dind - name: docker:26.0.1-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
@@ -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.12.1-alpine3.19 image: node:20.12.2-alpine3.19
stage: release stage: release
only: only:
refs: refs:
@@ -57,10 +57,10 @@ release:
- CHANGELOG.md - CHANGELOG.md
push local: push local:
image: docker:26.0.0-dind image: docker:26.0.1-dind
stage: push_local stage: push_local
services: services:
- name: docker:26.0.0-dind - name: docker:26.0.1-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2