9 Commits

Author SHA1 Message Date
dcaf4fe2f0 Update actions/checkout action to v6 #none major
All checks were successful
Actionlint / build (push) Successful in 21s
2026-01-22 17:07:03 +00:00
9d01fe7662 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.44.0 #none minor (main)' (#28) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 21s
2026-01-16 18:08:02 +02:00
0741c04ff6 Update int128/docker-build-cache-config-action action to v1.44.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 20s
2026-01-16 16:07:59 +00:00
168b66e2aa Merge pull request 'Update int128/docker-build-cache-config-action action to v1.42.0 #none minor (main)' (#27) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 23s
2026-01-11 10:06:27 +02:00
bd9738662c Update int128/docker-build-cache-config-action action to v1.42.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 22s
2026-01-11 08:06:24 +00:00
0a0a911382 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.41.0 #none minor (main)' (#26) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 23s
2025-12-31 09:06:49 +02:00
d00d17e69b Update int128/docker-build-cache-config-action action to v1.41.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 25s
2025-12-31 07:06:46 +00:00
26499dca4f Merge pull request 'Update docker/setup-buildx-action action to v3.12.0 #none minor (main)' (#25) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 56s
2025-12-19 13:06:21 +02:00
e169a25f34 Update docker/setup-buildx-action action to v3.12.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 51s
2025-12-19 11:06:18 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Verify Action - name: Verify Action
run: actionlint -ignore 'unexpected key "description" for "workflow" section' -ignore 'nexpected key "inputs" for "workflow" section.' -ignore 'unexpected key "runs" for "workflow" section.' -ignore '"on" section is missing in workflow' -ignore '"jobs" section is missing in workflow' action.yml run: actionlint -ignore 'unexpected key "description" for "workflow" section' -ignore 'nexpected key "inputs" for "workflow" section.' -ignore 'unexpected key "runs" for "workflow" section.' -ignore '"on" section is missing in workflow' -ignore '"jobs" section is missing in workflow' action.yml
- name: tag latest after success - name: tag latest after success

View File

@@ -29,7 +29,7 @@ runs:
steps: steps:
- name: Checkout repository - name: Checkout repository
if: ${{ inputs.checkout == 'true' }} if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with: with:
fetch-depth: '0' fetch-depth: '0'
- name: Bump version and push tag - name: Bump version and push tag
@@ -57,13 +57,13 @@ 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@fb186e80c08f14a2e56ed9105d4594562bff013f # v1.40.0 - uses: int128/docker-build-cache-config-action@6f35e569a326eea3621c1f4422031b047a535e4a # v1.44.0
id: cache id: cache
with: with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
extra-cache-to: image-manifest=true extra-cache-to: image-manifest=true
- name: Setup Docker buildx - name: Setup Docker buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
- name: Log into registry ${{ inputs.registry }} - name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
with: with: