3 Commits
Author SHA1 Message Date
andreas bdd8c6f245 Update .github/workflows/docker-build.yml
Actionlint / build (push) Failing after 24s
2026-08-10 16:26:12 +03:00
andreas 6f5ab6737c Update .github/workflows/docker-build.yml
Actionlint / build (push) Failing after 23s
2026-08-10 15:28:22 +03:00
renovate 915730c5e6 Update Github Actions #none major
Actionlint / build (push) Successful in 25s
2026-08-10 09:06:43 +00:00
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -30,7 +30,7 @@ on:
jobs:
build:
runs-on: slim
runs-on: test-runner
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}
@@ -48,6 +48,7 @@ jobs:
WITH_V: true
PRERELEASE: true
PRERELEASE_SUFFIX: ${{ github.ref_name }}
verbose: true
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
@@ -62,7 +63,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@341cdf5b650bc4d8d5289a8df4e0389183711712 # v1.66.0
- uses: int128/docker-build-cache-config-action@8e8b3ba8f4b330eb0e3deedf1d7893ecec5824e5 # v1.65.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
+1 -1
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@341cdf5b650bc4d8d5289a8df4e0389183711712 # v1.66.0
- uses: int128/docker-build-cache-config-action@8e8b3ba8f4b330eb0e3deedf1d7893ecec5824e5 # v1.65.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache