2 Commits

Author SHA1 Message Date
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

View File

@@ -57,7 +57,7 @@ runs:
# disabled if major zero # disabled if major zero
type=semver,pattern={{major}},value=${{steps.tag.outputs.tag}},enable=${{ !startsWith(steps.tag.outputs.tag, 'v0.') }} type=semver,pattern={{major}},value=${{steps.tag.outputs.tag}},enable=${{ !startsWith(steps.tag.outputs.tag, 'v0.') }}
images: ${{ inputs.registry }}/${{ inputs.image_name }} images: ${{ inputs.registry }}/${{ inputs.image_name }}
- uses: int128/docker-build-cache-config-action@3a4a4fababc091be29633e5a2b3bbf523996802a # v1.47.0 - uses: int128/docker-build-cache-config-action@e9137bc69df98d2aeb47c8cb6e78e8ab2f13abb7 # v1.48.0
id: cache id: cache
with: with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache