5 Commits
Author SHA1 Message Date
renovate 5012bec49c Merge pull request 'Update docker/setup-buildx-action action to v4.4.1 #none minor (main)' (#63) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 16s
2026-09-19 07:06:40 +03:00
renovate 387bdaf05b Update docker/setup-buildx-action action to v4.4.1 #none minor
Actionlint / build (push) Successful in 10s
2026-09-19 03:08:24 +00:00
andreas 3343a300f8 Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 11s
2026-09-19 06:05:02 +03:00
renovate 1f1b607f62 Update docker/setup-buildx-action action to v4.4.1 #none patch
Actionlint / build (push) Successful in 18s
2026-09-16 08:06:26 +00:00
renovate e326490e5c Merge pull request 'Update Github Actions #none minor (main)' (#62) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 17s
2026-09-15 14:06:30 +03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
extra-cache-to: image-manifest=true
- name: Setup Docker buildx
uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0
uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
- name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
+1 -1
View File
@@ -65,7 +65,7 @@ runs:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
extra-cache-to: image-manifest=true
- name: Setup Docker buildx
uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0
uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
- name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with: