Skip to content

Commit 3d25699

Browse files
committed
Missing ghcr.io on Windows
1 parent 967c74f commit 3d25699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747

4848
- name: Build and push Docker image
4949
run: |
50-
FULL_IMAGE=${{ github.repository }}/${{ matrix.image }}
50+
FULL_IMAGE=ghcr.io/${{ github.repository }}/${{ matrix.image }}
5151
docker build -f tools/docker/build-msvc.dockerfile --build-arg BASE_IMAGE=${{ matrix.base-image }} -t $FULL_IMAGE:$GITHUB_SHA -t $FULL_IMAGE:latest .
5252
docker push $FULL_IMAGE --all-tags

0 commit comments

Comments
 (0)