1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-21 15:46:03 +02:00

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.
This commit is contained in:
Dirk 2025-04-25 16:18:22 +02:00
parent 06ba579475
commit 2a428f1871

@ -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 }}