8 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
renovate 501bd9d987 Update Github Actions #none minor
Actionlint / build (push) Successful in 18s
2026-09-15 10:06:30 +00:00
renovate 76fb7e4e03 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.71.0 #none minor (main)' (#61) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 17s
2026-09-13 02:07:07 +03:00
renovate bcdced2452 Update int128/docker-build-cache-config-action action to v1.71.0 #none minor
Actionlint / build (push) Successful in 15s
2026-09-12 22:07:08 +00:00
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -64,13 +64,13 @@ jobs:
# disabled if major zero
type=semver,pattern={{major}},value=${{steps.tag.outputs.tag}},enable=${{ !startsWith(steps.tag.outputs.tag, 'v0.') }}
images: ${{ inputs.registry }}/${{ inputs.image_name }}
- uses: int128/docker-build-cache-config-action@53682992e5c4634237e64ae138af741c3ce1cdaa # v1.70.0
- uses: int128/docker-build-cache-config-action@97740da6c51c4bcd68c7519e2179e6a93389b027 # v1.71.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
extra-cache-to: image-manifest=true
- name: Setup Docker buildx
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.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:
@@ -79,7 +79,7 @@ jobs:
password: ${{ secrets.TOKEN }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with:
context: .
push: true
+3 -3
View File
@@ -59,13 +59,13 @@ runs:
# disabled if major zero
type=semver,pattern={{major}},value=${{steps.tag.outputs.tag}},enable=${{ !startsWith(steps.tag.outputs.tag, 'v0.') }}
images: ${{ inputs.registry }}/${{ inputs.image_name }}
- uses: int128/docker-build-cache-config-action@53682992e5c4634237e64ae138af741c3ce1cdaa # v1.70.0
- uses: int128/docker-build-cache-config-action@97740da6c51c4bcd68c7519e2179e6a93389b027 # v1.71.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
extra-cache-to: image-manifest=true
- name: Setup Docker buildx
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.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:
@@ -74,7 +74,7 @@ runs:
password: ${{ inputs.token }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with:
context: .
push: true