Skip to content

Commit 6cf76fb

Browse files
committed
Rename the package to 'su2'
Trying to fix https://github.com/su2code/Docker-Builds/runs/6294621678?check_suite_focus=true : error: failed to solve: ghcr.io/su2code/su2code/build-su2:220504-1749: failed to copy: httpReadSeeker: failed open: unexpected status code https://ghcr.io/v2/su2code/su2code/build-su2/blobs/sha256:acfa7418dcbda0c50041afdba1c84fcf7ba58ebc33f5750f2a67fc159f656d53: 403 Forbidden - Server message: denied: permission_denied: read_package Error: buildx failed with: error: failed to solve: ghcr.io/su2code/su2code/build-su2:220504-1749: failed to copy: httpReadSeeker: failed open: unexpected status code https://ghcr.io/v2/su2code/su2code/build-su2/blobs/sha256:acfa7418dcbda0c50041afdba1c84fcf7ba58ebc33f5750f2a67fc159f656d53: 403 Forbidden - Server message: denied: permission_denied: read_package At the moment there is a package at https://github.com/su2code/SU2/pkgs/container/SU2%2Fbuild-su2 that can be pulled with: docker pull ghcr.io/su2code/su2/build-su2:latest Maybe the failed 'read_package' is because of the mismatch in the names: 'su2code' vs. 'su2' Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
1 parent bad0090 commit 6cf76fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
context: build
4444
push: true
45-
tags: ghcr.io/${{ github.repository_owner }}/su2code/build-su2:${{ steps.vars.outputs.date_tag }}
45+
tags: ghcr.io/${{ github.repository_owner }}/su2/build-su2:${{ steps.vars.outputs.date_tag }}
4646
platforms: linux/amd64,linux/arm64
4747

4848
- name: Build and push test-su2
@@ -51,6 +51,6 @@ jobs:
5151
context: test
5252
push: true
5353
build-args: |
54-
BASE_IMAGE=ghcr.io/${{ github.repository_owner }}/su2code/build-su2:${{ steps.vars.outputs.date_tag }}
55-
tags: ghcr.io/${{ github.repository_owner }}/su2code/test-su2:${{ steps.vars.outputs.date_tag }}
54+
BASE_IMAGE=ghcr.io/${{ github.repository_owner }}/su2/build-su2:${{ steps.vars.outputs.date_tag }}
55+
tags: ghcr.io/${{ github.repository_owner }}/su2/test-su2:${{ steps.vars.outputs.date_tag }}
5656
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)