4 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
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- 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
- name: tag latest after success

View File

@@ -29,7 +29,7 @@ runs:
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: '0'
- name: Bump version and push tag
@@ -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@3a4a4fababc091be29633e5a2b3bbf523996802a # v1.47.0
- uses: int128/docker-build-cache-config-action@4788c7e22b9923ca0e44bc7a29281b5beb545e5d # v1.49.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
@@ -65,7 +65,7 @@ runs:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
- name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with:
registry: ${{ inputs.registry }}
username: ${{ github.actor }}