5 Commits
Author SHA1 Message Date
andreas 3fb3056ecd Update .github/workflows/lint.yml
Actionlint / build (push) Successful in 26s
2026-07-17 14:20:21 +03:00
andreas eaaf42fb64 Update .github/workflows/docker-build.yml
Actionlint / build (push) Failing after 23s
2026-07-17 14:10:07 +03:00
andreas 013107eece Update .github/workflows/docker-build.yml
Actionlint / build (push) Failing after 24s
2026-07-17 14:08:47 +03:00
andreas 9b1839b144 Update .github/workflows/lint.yml
Actionlint / build (push) Failing after 23s
2026-07-17 14:07:48 +03:00
andreas cab1e1921f Update .github/workflows/lint.yml 2026-07-17 14:06:06 +03:00
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: '0'
- name: Bump version and push tag
@@ -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@d1b27ffbf29fb93b7239130db030c702198fd52b # v1.64.0
- uses: int128/docker-build-cache-config-action@6b41b75cecc2e81696c50ae7c6c0300b51c2bee1 # v1.62.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
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: Verify Workflow
+2 -2
View File
@@ -29,7 +29,7 @@ runs:
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
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@d1b27ffbf29fb93b7239130db030c702198fd52b # v1.64.0
- uses: int128/docker-build-cache-config-action@6b41b75cecc2e81696c50ae7c6c0300b51c2bee1 # v1.62.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache