24 Commits
Author SHA1 Message Date
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
renovate 01e9a3730b Update Github Actions #none major
Actionlint / build (push) Successful in 26s
2026-08-10 15:33:18 +03:00
renovate 5fd2e148d4 Merge pull request 'Update int128/docker-build-cache-config-action action to v1.66.0 #none minor (main)' (#54) from renovate-main-github-actions into main
Actionlint / build (push) Successful in 26s
2026-08-10 13:06:39 +03:00
renovate df6122a772 Update int128/docker-build-cache-config-action action to v1.66.0 #none minor
Actionlint / build (push) Successful in 25s
2026-08-10 09:06:40 +00:00
4 changed files with 55 additions and 13 deletions
+7 -5
View File
@@ -34,9 +34,11 @@ jobs:
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: '0'
- name: Copy Git Credentials
run: cat /tmp/git-credentials* >> .git/config
- name: Bump version and push tag
id: tag
if: ${{ inputs.tag == 'true' }}
@@ -62,22 +64,22 @@ 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@8e8b3ba8f4b330eb0e3deedf1d7893ecec5824e5 # v1.65.0
- uses: int128/docker-build-cache-config-action@97740da6c51c4bcd68c7519e2179e6a93389b027 # v1.71.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
extra-cache-to: image-manifest=true
- name: Setup Docker buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0
- name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ${{ inputs.registry }}
username: ${{ github.actor }}
password: ${{ secrets.TOKEN }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with:
context: .
push: true
+2 -2
View File
@@ -17,11 +17,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.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
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
if: github.ref == 'refs/heads/main'
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
+8 -6
View File
@@ -29,9 +29,11 @@ runs:
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: '0'
- name: Copy Git Credentials
run: cat /tmp/git-credentials* >> .git/config
- name: Bump version and push tag
id: tag
if: ${{ inputs.tag == 'true' }}
@@ -45,7 +47,7 @@ runs:
PRERELEASE_SUFFIX: ${{ github.ref_name }}
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
with:
flavor: |
latest=${{ github.ref_name == 'main' || github.ref_name == 'master' }}
@@ -57,22 +59,22 @@ 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@8e8b3ba8f4b330eb0e3deedf1d7893ecec5824e5 # v1.65.0
- uses: int128/docker-build-cache-config-action@97740da6c51c4bcd68c7519e2179e6a93389b027 # v1.71.0
id: cache
with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
extra-cache-to: image-manifest=true
- name: Setup Docker buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0
- name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ${{ inputs.registry }}
username: ${{ github.actor }}
password: ${{ inputs.token }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with:
context: .
push: true