25 Commits
Author SHA1 Message Date
renovate 5012bec49c Merge pull request 'Update docker/setup-buildx-action action to v4.4.1 #none minor (main)' (#63) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 16s
2026-09-19 07:06:40 +03:00
renovate 387bdaf05b Update docker/setup-buildx-action action to v4.4.1 #none minor
Actionlint / build (push) Successful in 10s
2026-09-19 03:08:24 +00:00
andreas 3343a300f8 Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 11s
2026-09-19 06:05:02 +03:00
renovate 1f1b607f62 Update docker/setup-buildx-action action to v4.4.1 #none patch
Actionlint / build (push) Successful in 18s
2026-09-16 08:06:26 +00:00
renovate e326490e5c Merge pull request 'Update Github Actions #none minor (main)' (#62) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 17s
2026-09-15 14:06:30 +03:00
renovate 501bd9d987 Update Github Actions #none minor
Actionlint / build (push) Successful in 18s
2026-09-15 10:06:30 +00:00
renovate 76fb7e4e03 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.71.0 #none minor (main)' (#61) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 17s
2026-09-13 02:07:07 +03:00
renovate bcdced2452 Update int128/docker-build-cache-config-action action to v1.71.0 #none minor
Actionlint / build (push) Successful in 15s
2026-09-12 22:07:08 +00:00
renovate c70c635f9c Merge pull request 'Update int128/docker-build-cache-config-action action to v1.70.0 #none minor (main)' (#60) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 21s
2026-08-30 02:06:23 +03:00
renovate ec1f4f5042 Update int128/docker-build-cache-config-action action to v1.70.0 #none minor
Actionlint / build (push) Successful in 18s
2026-08-29 22:06:24 +00:00
renovate 3325ac29b3 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.69.0 #none minor (main)' (#59) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 20s
2026-08-22 03:06:21 +03:00
renovate c4b49cc19e Update int128/docker-build-cache-config-action action to v1.69.0 #none minor
Actionlint / build (push) Successful in 16s
2026-08-21 23:06:25 +00:00
renovate 0dbf6ba7f7 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.68.0 #none minor (main)' (#58) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 19s
2026-08-21 21:06:22 +03:00
renovate f8f8c85448 Update int128/docker-build-cache-config-action action to v1.68.0 #none minor
Actionlint / build (push) Successful in 16s
2026-08-21 17:06:22 +00:00
renovate 220ea85fda Merge pull request 'Update docker/setup-buildx-action action to v4.3.0 #none minor (main)' (#57) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 20s
2026-08-19 14:06:31 +03:00
renovate 6d25a75ce5 Update docker/setup-buildx-action action to v4.3.0 #none minor
Actionlint / build (push) Successful in 15s
2026-08-19 10:06:37 +00:00
renovate 5af90ec64c Merge pull request 'Update int128/docker-build-cache-config-action action to v1.67.0 #none minor (main)' (#56) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 17s
2026-08-15 22:06:24 +03:00
renovate 2ac3249a60 Update int128/docker-build-cache-config-action action to v1.67.0 #none minor
Actionlint / build (push) Successful in 16s
2026-08-15 18:06:18 +00:00
andreas 25c6bbc0f5 Update .github/workflows/verify_compose.yml
Actionlint / build (push) Successful in 25s
2026-08-12 10:30:30 +03:00
andreas 07a54a69a2 Add .github/workflows/veryfy_compose.yml
Actionlint / build (push) Successful in 25s
2026-08-12 10:29:25 +03:00
andreas cea136b866 Update .github/workflows/lint.yml
Actionlint / build (push) Successful in 28s
2026-08-12 10:10:37 +03:00
andreas ded825f913 Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 27s
2026-08-10 18:13:43 +03:00
andreas 4bff8356f3 Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 27s
2026-08-10 18:11:58 +03:00
andreas 57ef90e61d Update action.yml
Actionlint / build (push) Successful in 26s
2026-08-10 18:03:06 +03:00
andreas 7bae878fb2 Update .github/workflows/lint.yml
Actionlint / build (push) Successful in 25s
2026-08-10 15:38:28 +03:00
4 changed files with 49 additions and 7 deletions
+5 -3
View File
@@ -37,6 +37,8 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with: with:
fetch-depth: '0' fetch-depth: '0'
- name: Copy Git Credentials
run: cat /tmp/git-credentials* >> .git/config
- name: Bump version and push tag - name: Bump version and push tag
id: tag id: tag
if: ${{ inputs.tag == 'true' }} if: ${{ inputs.tag == 'true' }}
@@ -62,13 +64,13 @@ jobs:
# 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@341cdf5b650bc4d8d5289a8df4e0389183711712 # v1.66.0 - uses: int128/docker-build-cache-config-action@97740da6c51c4bcd68c7519e2179e6a93389b027 # v1.71.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@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
- name: Log into registry ${{ inputs.registry }} - name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with: with:
@@ -77,7 +79,7 @@ jobs:
password: ${{ secrets.TOKEN }} password: ${{ secrets.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@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with: with:
context: . context: .
push: true push: true
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- 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: Verify Workflow - name: Verify Workflow
run: actionlint -ignore 'label "slim" is unknown' .github/workflows/docker-build.yml run: actionlint -ignore 'label "slim" is unknown' -ignore 'label "test-runner" is unknown' .github/workflows/*.yml
- name: tag latest after success - name: tag latest after success
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
id: tag id: tag
+38
View File
@@ -0,0 +1,38 @@
name: VerifyCompose
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
on:
workflow_call:
inputs:
ref: # id of input
description: 'ref to tag e.g. refs/heads/main'
type: string
default: 'refs/heads/main'
tagname: # id of input
description: 'tag name (default: latest)'
default: 'latest'
type: string
jobs:
build:
runs-on: slim
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Verify Compose File
run: docker compose config -q
- name: tag latest after success
if: ${{ github.ref == inputs.ref }}
id: tag
run: |
git tag -f ${{ inputs.tagname }}
git push --tags -f
+5 -3
View File
@@ -32,6 +32,8 @@ runs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with: with:
fetch-depth: '0' fetch-depth: '0'
- name: Copy Git Credentials
run: cat /tmp/git-credentials* >> .git/config
- name: Bump version and push tag - name: Bump version and push tag
id: tag id: tag
if: ${{ inputs.tag == 'true' }} if: ${{ inputs.tag == 'true' }}
@@ -57,13 +59,13 @@ 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@341cdf5b650bc4d8d5289a8df4e0389183711712 # v1.66.0 - uses: int128/docker-build-cache-config-action@97740da6c51c4bcd68c7519e2179e6a93389b027 # v1.71.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@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
- name: Log into registry ${{ inputs.registry }} - name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with: with:
@@ -72,7 +74,7 @@ runs:
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@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with: with:
context: . context: .
push: true push: true