Merge pull request #2749 from testssl/revert-2748-docker.ghcr

Revert "Trying to use the regular Dockerfile ...."
This commit is contained in:
Dirk Wetter
2025-04-25 18:45:41 +02:00
committed by GitHub

View File

@ -52,7 +52,7 @@ jobs:
with: with:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
context: . context: .
file: Dockerfile file: Dockerfile.git
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
build-args: BUILD_VERSION build-args: BUILD_VERSION
cache-from: type=gha, scope=${{ github.workflow }} cache-from: type=gha, scope=${{ github.workflow }}