8 Commits

Author SHA1 Message Date
renovate aab4075da9 Update Github Actions #none major
Actionlint / build (push) Successful in 26s
2026-05-22 16:06:27 +00:00
renovate a86f0ff9a7 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.57.0 #none minor (main)' (#42) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 22s
2026-05-16 05:06:48 +03:00
renovate c3cb8c5b59 Update int128/docker-build-cache-config-action action to v1.57.0 #none minor
Actionlint / build (push) Successful in 25s
2026-05-16 01:06:43 +00:00
andreas a05998cbde Update .github/workflows/lint.yml
Actionlint / build (push) Successful in 22s
2026-05-13 09:56:44 +03:00
renovate 59628fa470 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.56.0 #none minor (main)' (#41) from renovate-main-github-actions into main
Actionlint / build (push) Failing after 22s
2026-05-09 01:06:44 +03:00
renovate 40cfc9c179 Update int128/docker-build-cache-config-action action to v1.56.0 #none minor
Actionlint / build (push) Successful in 21s
2026-05-08 21:06:41 +00:00
renovate 404fe267eb Merge pull request 'Update int128/docker-build-cache-config-action action to v1.55.0 #none minor (main)' (#40) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 23s
2026-05-06 09:06:37 +03:00
renovate ec90ba108f Update int128/docker-build-cache-config-action action to v1.55.0 #none minor
Actionlint / build (push) Successful in 49s
2026-05-06 05:06:35 +00:00
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -13,11 +13,11 @@ jobs:
build: build:
runs-on: slim runs-on: slim
permissions: permissions:
contents: read contents: write
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
+6 -6
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
@@ -45,7 +45,7 @@ runs:
PRERELEASE_SUFFIX: ${{ github.ref_name }} PRERELEASE_SUFFIX: ${{ github.ref_name }}
- name: Extract Docker metadata - name: Extract Docker metadata
id: meta id: meta
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
with: with:
flavor: | flavor: |
latest=${{ github.ref_name == 'main' || github.ref_name == 'master' }} latest=${{ github.ref_name == 'main' || github.ref_name == 'master' }}
@@ -57,22 +57,22 @@ 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@dcc94fc867b7444b6c25adaab482961d3acc139a # v1.54.0 - uses: int128/docker-build-cache-config-action@1bdbbd61b3eea23c7e7a121eb15dd9b0a9ec7d97 # v1.57.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@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- name: Log into registry ${{ inputs.registry }} - name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
with: with:
registry: ${{ inputs.registry }} registry: ${{ inputs.registry }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ inputs.token }} password: ${{ inputs.token }}
- name: Build and push Docker image - name: Build and push Docker image
id: build-and-push id: build-and-push
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with: with:
context: . context: .
push: true push: true