Author SHA1 Message Date
renovate 59c8f57ab2 Update Github Actions #none major
Actionlint / build (push) Successful in 25s
2026-07-29 13:06:38 +00:00
andreas b17c183a00 Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 25s
2026-07-28 13:27:15 +03:00
renovate be95ef5b18 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.64.0 #none minor (main)' (#52) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 25s
2026-07-26 01:06:23 +03:00
renovate 7b5294dc98 Update int128/docker-build-cache-config-action action to v1.64.0 #none minor
Actionlint / build (push) Successful in 24s
2026-07-25 21:06:22 +00:00
renovate 9519ff5cb0 Merge pull request 'Update actions/checkout action to v4.4.0 #none minor (main)' (#51) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 28s
2026-07-20 20:06:32 +03:00
renovate ffec9c4298 Update actions/checkout action to v4.4.0 #none minor
Actionlint / build (push) Successful in 44s
2026-07-20 16:06:26 +00:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ 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@5a7737d035432c268b2b5bfbbcb32e02804c3729 # v1.63.0
- uses: int128/docker-build-cache-config-action@d1b27ffbf29fb93b7239130db030c702198fd52b # v1.64.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
@@ -70,7 +70,7 @@ jobs:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ${{ inputs.registry }}
username: ${{ github.actor }}
+2 -2
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@5a7737d035432c268b2b5bfbbcb32e02804c3729 # v1.63.0
- uses: int128/docker-build-cache-config-action@d1b27ffbf29fb93b7239130db030c702198fd52b # v1.64.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@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ${{ inputs.registry }}
username: ${{ github.actor }}