From 2a428f1871275a69138d1e30507aa5f0d88fced7 Mon Sep 17 00:00:00 2001 From: Dirk <dirk@testssl.sh> Date: Fri, 25 Apr 2025 16:18:22 +0200 Subject: [PATCH] Trying to use the regular Dockerfile .... .. for GHCR. See comment https://github.com/testssl/testssl.sh/issues/2348#issuecomment-2828960763 from @polarathene. Probably the Dockerfile.git is not in use but I'd rather wait before removing it. --- .github/workflows/docker-3.2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-3.2.yml b/.github/workflows/docker-3.2.yml index bfa5e18..ef74e9e 100644 --- a/.github/workflows/docker-3.2.yml +++ b/.github/workflows/docker-3.2.yml @@ -52,7 +52,7 @@ jobs: with: push: ${{ github.event_name != 'pull_request' }} context: . - file: Dockerfile.git + file: Dockerfile platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le build-args: BUILD_VERSION cache-from: type=gha, scope=${{ github.workflow }}