File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - name : Set up Docker Buildx
3434 uses : docker/setup-buildx-action@v3
3535
36+ - name : Login to DockerHub
37+ uses : docker/login-action@v3
38+ with :
39+ username : ${{ secrets.DOCKERHUB_USERNAME }}
40+ password : ${{ secrets.DOCKERHUB_TOKEN }}
41+
3642 - name : Login to GHCR (GitHub Packages)
3743 uses : docker/login-action@v3
3844 with :
4854 push : true
4955 tags : |
5056 ghcr.io/${{github.repository}}/${{matrix.os}}:latest_${{matrix.arch}}
57+ cran/${{matrix.os}}:latest_${{matrix.arch}}
5158
5259 manifest :
5360 runs-on : ubuntu-24.04
7077 - name : Set up Docker Buildx
7178 uses : docker/setup-buildx-action@v3
7279
80+ - name : Login to DockerHub
81+ uses : docker/login-action@v3
82+ with :
83+ username : ${{ secrets.DOCKERHUB_USERNAME }}
84+ password : ${{ secrets.DOCKERHUB_TOKEN }}
85+
7386 - name : Login to GHCR (GitHub Packages)
7487 uses : docker/login-action@v3
7588 with :
8194 with :
8295 tags : |
8396 ghcr.io/${{ github.repository }}/${{matrix.os}}:latest
97+ cran/${{matrix.os}}:latest
8498 sources : |
8599 ghcr.io/${{ github.repository }}/${{matrix.os}}:latest_amd64
86100 ghcr.io/${{ github.repository }}/${{matrix.os}}:latest_arm64
You can’t perform that action at this time.
0 commit comments