Compare commits

...

5 Commits

Author SHA1 Message Date
daef38d80d chore(deps): update docker/build-push-action action to v7
All checks were successful
test-build / guarddog (pull_request) Successful in 42s
test-build / build (pull_request) Successful in 1m49s
2026-03-05 23:15:44 +00:00
afa1f36285 Merge pull request 'chore(deps): update docker/login-action action to v4' (#364) from renovate/docker-login-action-4.x into main
All checks were successful
test-build / guarddog (push) Successful in 45s
test-build / build (push) Successful in 1m59s
renovate / renovate (push) Successful in 2m28s
Reviewed-on: #364
2026-03-05 23:13:36 +00:00
93df739ea1 Merge pull request 'chore(deps): update dependency marked to v17.0.4' (#365) from renovate/marked-17.x-lockfile into main
All checks were successful
renovate / renovate (push) Successful in 1m27s
test-build / guarddog (push) Successful in 26s
test-build / build (push) Successful in 2m32s
2026-03-05 23:00:38 +00:00
667950f053 chore(deps): update dependency marked to v17.0.4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / guarddog (pull_request) Successful in 51s
test-build / build (pull_request) Successful in 5m43s
2026-03-05 23:00:14 +00:00
14402954f5 chore(deps): update docker/login-action action to v4
All checks were successful
test-build / guarddog (pull_request) Successful in 50s
test-build / build (pull_request) Successful in 2m11s
2026-03-05 00:03:11 +00:00
3 changed files with 13 additions and 13 deletions

View File

@@ -42,14 +42,14 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ${{ vars.REPOSITORY_HOST }} registry: ${{ vars.REPOSITORY_HOST }}
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REPOSITORY_TOKEN }} password: ${{ secrets.REPOSITORY_TOKEN }}
- name: Login to Docker - name: Login to Docker
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ${{ vars.DH_REGISTRY }} registry: ${{ vars.DH_REGISTRY }}
username: ${{ secrets.DH_USERNAME }} username: ${{ secrets.DH_USERNAME }}
@@ -101,7 +101,7 @@ jobs:
fi fi
- name: Build and Push Image - name: Build and Push Image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true

View File

@@ -42,14 +42,14 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ${{ vars.REGISTRY_HOST }} registry: ${{ vars.REGISTRY_HOST }}
username: ${{ vars.REGISTRY_USER }} username: ${{ vars.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_SECRET }} password: ${{ secrets.REGISTRY_SECRET }}
- name: Login to Docker - name: Login to Docker
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ${{ vars.DH_REGISTRY }} registry: ${{ vars.DH_REGISTRY }}
username: ${{ secrets.DH_USERNAME }} username: ${{ secrets.DH_USERNAME }}
@@ -101,7 +101,7 @@ jobs:
fi fi
- name: Build and Push Image - name: Build and Push Image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true

14
pnpm-lock.yaml generated
View File

@@ -67,10 +67,10 @@ importers:
version: 1.1.5 version: 1.1.5
marked: marked:
specifier: ^17.0.3 specifier: ^17.0.3
version: 17.0.3 version: 17.0.4
marked-shiki: marked-shiki:
specifier: ^1.2.1 specifier: ^1.2.1
version: 1.2.1(marked@17.0.3)(shiki@4.0.1) version: 1.2.1(marked@17.0.4)(shiki@4.0.1)
mdast-util-to-string: mdast-util-to-string:
specifier: ^4.0.0 specifier: ^4.0.0
version: 4.0.0 version: 4.0.0
@@ -4032,8 +4032,8 @@ packages:
marked: '>=7.0.0' marked: '>=7.0.0'
shiki: '>=1.0.0' shiki: '>=1.0.0'
marked@17.0.3: marked@17.0.4:
resolution: {integrity: sha512-jt1v2ObpyOKR8p4XaUJVk3YWRJ5n+i4+rjQopxvV32rSndTJXvIzuUdWWIy/1pFQMkQmvTXawzDNqOH/CUmx6A==} resolution: {integrity: sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==}
engines: {node: '>= 20'} engines: {node: '>= 20'}
hasBin: true hasBin: true
@@ -10387,12 +10387,12 @@ snapshots:
markdown-table@3.0.4: {} markdown-table@3.0.4: {}
marked-shiki@1.2.1(marked@17.0.3)(shiki@4.0.1): marked-shiki@1.2.1(marked@17.0.4)(shiki@4.0.1):
dependencies: dependencies:
marked: 17.0.3 marked: 17.0.4
shiki: 4.0.1 shiki: 4.0.1
marked@17.0.3: {} marked@17.0.4: {}
math-intrinsics@1.1.0: {} math-intrinsics@1.1.0: {}