We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967c74f commit 3d25699Copy full SHA for 3d25699
.github/workflows/docker-windows.yml
@@ -47,6 +47,6 @@ jobs:
47
48
- name: Build and push Docker image
49
run: |
50
- FULL_IMAGE=${{ github.repository }}/${{ matrix.image }}
+ FULL_IMAGE=ghcr.io/${{ github.repository }}/${{ matrix.image }}
51
docker build -f tools/docker/build-msvc.dockerfile --build-arg BASE_IMAGE=${{ matrix.base-image }} -t $FULL_IMAGE:$GITHUB_SHA -t $FULL_IMAGE:latest .
52
docker push $FULL_IMAGE --all-tags
0 commit comments