Compare commits

...

7 Commits

Author SHA1 Message Date
62486ccfd5 Merge pull request 'chore(deps): update docker/login-action action to v3.5.0' (#55) from renovate/actions into master
All checks were successful
Build / build-arm64 (push) Successful in 6m57s
Build / build-amd64 (push) Successful in 7m56s
2025-08-04 18:29:59 +00:00
f8329d6003 chore(deps): update docker/login-action action to v3.5.0
All checks were successful
Build / build-arm64 (pull_request) Successful in 7m1s
Build / build-amd64 (pull_request) Successful in 7m55s
2025-08-04 16:04:25 +00:00
84a1f46ab0 chore(deps): update dependency docker/compose to v2.39.1
All checks were successful
Build / build-arm64 (push) Successful in 6m56s
Build / build-amd64 (push) Successful in 7m36s
Release / push-arm64 (push) Successful in 7m18s
Release / push-amd64 (push) Successful in 8m49s
Release / push-manifest (push) Successful in 15s
Release / sync-to-hub-docker-io (push) Successful in 58s
Build / build-arm64 (pull_request) Successful in 6m56s
Build / build-amd64 (pull_request) Successful in 8m46s
2025-07-24 19:03:01 +00:00
10e5f513bf chore(deps): update dependency docker/compose to v2.39.0
All checks were successful
Build / build-arm64 (pull_request) Successful in 8m39s
Build / build-amd64 (pull_request) Successful in 15m13s
Build / build-arm64 (push) Successful in 6m50s
Build / build-amd64 (push) Successful in 8m22s
Release / push-arm64 (push) Successful in 7m17s
Release / push-amd64 (push) Successful in 7m59s
Release / push-manifest (push) Successful in 10s
Release / sync-to-hub-docker-io (push) Successful in 36s
2025-07-24 10:03:09 +00:00
7d85aaf04c chore(deps): update dependency docker/compose to v2.38.2
All checks were successful
Build / build-arm64 (push) Successful in 7m2s
Build / build-amd64 (push) Successful in 8m16s
Release / push-arm64 (push) Successful in 7m22s
Release / push-amd64 (push) Successful in 8m9s
Release / push-manifest (push) Successful in 10s
Release / sync-to-hub-docker-io (push) Successful in 1m16s
2025-07-11 14:32:12 +02:00
7b1f749698 chore(deps): update dependency docker/compose to v2.38.1
Some checks failed
Build / build-arm64 (push) Has been cancelled
Build / build-amd64 (push) Has been cancelled
Release / push-arm64 (push) Successful in 7m24s
Release / push-amd64 (push) Successful in 9m50s
Release / push-manifest (push) Successful in 12s
Release / sync-to-hub-docker-io (push) Successful in 42s
2025-07-11 14:31:10 +02:00
6b2ea0d896 chore(deps): update docker.io/library/golang docker tag to v1.24.5
All checks were successful
Build / build-arm64 (pull_request) Successful in 7m0s
Build / build-amd64 (pull_request) Successful in 9m47s
Build / build-arm64 (push) Successful in 6m57s
Build / build-amd64 (push) Successful in 10m7s
2025-07-08 22:03:43 +00:00
3 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.6.0 - uses: docker/setup-qemu-action@v3.6.0
- uses: docker/setup-buildx-action@v3.11.1 - uses: docker/setup-buildx-action@v3.11.1
- uses: docker/login-action@v3.4.0 - uses: docker/login-action@v3.5.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@ -38,7 +38,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.6.0 - uses: docker/setup-qemu-action@v3.6.0
- uses: docker/setup-buildx-action@v3.11.1 - uses: docker/setup-buildx-action@v3.11.1
- uses: docker/login-action@v3.4.0 - uses: docker/login-action@v3.5.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@ -62,7 +62,7 @@ jobs:
- push-arm64 - push-arm64
- push-amd64 - push-amd64
steps: steps:
- uses: docker/login-action@v3.4.0 - uses: docker/login-action@v3.5.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.24.4-alpine3.21 AS build FROM docker.io/library/golang:1.24.5-alpine3.21 AS build
ARG DC_VERSION=main ARG DC_VERSION=main

View File

@ -1,6 +1,6 @@
# DC_VERSION # DC_VERSION
# Only required to install a specify version # Only required to install a specify version
DC_VERSION?=v2.38.0 # renovate: datasource=github-releases depName=docker/compose DC_VERSION?=v2.39.1 # renovate: datasource=github-releases depName=docker/compose
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and # The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and