From fe7a1f116ee197513b811a178cee7e0b9cb73b3f Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 8 Aug 2025 19:25:39 +0200 Subject: [PATCH] chore: switch to more stable actions environment Signed-off-by: Knut Ahlers --- .github/workflows/pr-regen-translations.yml | 2 +- .github/workflows/test-and-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-regen-translations.yml b/.github/workflows/pr-regen-translations.yml index fd13d32..4e4cda9 100644 --- a/.github/workflows/pr-regen-translations.yml +++ b/.github/workflows/pr-regen-translations.yml @@ -11,7 +11,7 @@ jobs: shell: bash container: - image: ghcr.io/luzifer-docker/gh-arch-env@sha256:148dd43b407ab748cf6ce16138e454355d1f56db33c8bde27ad21ee6970966b4 + image: ghcr.io/luzifer-docker/action-env:master env: CGO_ENABLED: 0 GOPATH: /go diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index cc32883..96029ac 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -16,7 +16,7 @@ jobs: shell: bash container: - image: ghcr.io/luzifer-docker/gh-arch-env@sha256:148dd43b407ab748cf6ce16138e454355d1f56db33c8bde27ad21ee6970966b4 + image: ghcr.io/luzifer-docker/action-env:master env: CGO_ENABLED: 0 GOPATH: /go