Skip to content

Commit 9f3c579

Browse files
committed
Try uploading in parts
1 parent cdf4ed6 commit 9f3c579

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
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:
@@ -48,6 +54,7 @@ jobs:
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
@@ -70,6 +77,12 @@ jobs:
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:
@@ -81,6 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)