Skip to content

Commit 2a428f1

Browse files
committed
Trying to use the regular Dockerfile ....
.. for GHCR. See comment #2348 (comment) from @polarathene. Probably the Dockerfile.git is not in use but I'd rather wait before removing it.
1 parent 06ba579 commit 2a428f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-3.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
push: ${{ github.event_name != 'pull_request' }}
5454
context: .
55-
file: Dockerfile.git
55+
file: Dockerfile
5656
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
5757
build-args: BUILD_VERSION
5858
cache-from: type=gha, scope=${{ github.workflow }}

0 commit comments

Comments
 (0)