14 Commits

Author SHA1 Message Date
a9a1f1e2ff Merge pull request 'Update int128/docker-build-cache-config-action action to v1.49.0 #none minor (main)' (#35) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 23s
2026-03-28 01:07:05 +02:00
168e67acd5 Update int128/docker-build-cache-config-action action to v1.49.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 54s
2026-03-27 22:07:02 +00:00
2e9a2dde42 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.48.0 #none minor (main)' (#34) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 29s
2026-03-07 23:06:09 +02:00
d2900ce3e1 Update int128/docker-build-cache-config-action action to v1.48.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 22s
2026-03-07 21:06:06 +00:00
81f82391a2 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.47.0 #none minor (main)' (#33) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 24s
2026-02-15 00:06:07 +02:00
4008e2e1b1 Update int128/docker-build-cache-config-action action to v1.47.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 41s
2026-02-14 22:06:05 +00:00
24c57d203a Update docker/build-push-action action to v6.19.2 #none patch
All checks were successful
Actionlint / build (push) Successful in 22s
2026-02-12 09:06:46 +00:00
cdf16e34b4 Update docker/build-push-action action to v6.19.1 #none patch
All checks were successful
Actionlint / build (push) Successful in 22s
2026-02-11 16:06:53 +00:00
da445f311a Merge pull request 'Update docker/build-push-action action to v6.19.0 #none minor (main)' (#32) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 23s
2026-02-11 14:06:52 +02:00
48e9c8845a Update docker/build-push-action action to v6.19.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 22s
2026-02-11 12:06:50 +00:00
2b39d5f8ac Merge pull request 'Update int128/docker-build-cache-config-action action to v1.46.0 #none minor (main)' (#31) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 22s
2026-02-07 23:07:02 +02:00
eca7b4650f Update int128/docker-build-cache-config-action action to v1.46.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 21s
2026-02-07 21:06:58 +00:00
6c6bf4e9f4 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.45.0 #none minor (main)' (#30) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 22s
2026-02-07 00:06:19 +02:00
b99d9e797d Update int128/docker-build-cache-config-action action to v1.45.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 20s
2026-02-06 22:06:16 +00:00

View File

@@ -57,7 +57,7 @@ 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@6f35e569a326eea3621c1f4422031b047a535e4a # v1.44.0
- uses: int128/docker-build-cache-config-action@4788c7e22b9923ca0e44bc7a29281b5beb545e5d # v1.49.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
@@ -72,7 +72,7 @@ runs:
password: ${{ inputs.token }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
with:
context: .
push: true