File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 arch : [amd64, arm64]
15- os : [ubuntu-latest, windows-latest, macos-11 ]
15+ os : [ubuntu-latest, windows-latest, macos-latest ]
1616 include :
1717 - os : ubuntu-latest
1818 os_name : ubuntu
1919 artifact_suffix : " "
2020 - os : windows-latest
2121 os_name : windows
2222 artifact_suffix : " .exe"
23- - os : macos-11
23+ - os : macos-latest
2424 os_name : macos
2525 artifact_suffix : " "
2626 runs-on : ${{ matrix.os }}
5757 uses : docker/setup-qemu-action@v2
5858 - name : Set up Docker Buildx
5959 uses : docker/setup-buildx-action@v2
60+ - name : Log in to GitHub Container Registry
61+ uses : docker/login-action@v2
62+ with :
63+ registry : ghcr.io
64+ username : ${{ github.actor }}
65+ password : ${{ secrets.GITHUB_TOKEN }}
6066 - name : Build
6167 id : docker_build
6268 uses : docker/build-push-action@v4
You can’t perform that action at this time.
0 commit comments