Skip to content

Commit

Permalink
Remove the host from the image name for openeuler
Browse files Browse the repository at this point in the history
Trying to solve the following error:
```
Error: error normalizing name "bb-worker:docker.io/openeuler/openeuler24.03-lts": invalid reference format
```

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Aug 22, 2024
1 parent df7654e commit 76a37a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-centos.pip-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runner: ubuntu-24.04
nogalera: false

- image: docker.io/openeuler/openeuler:24.03-lts
- image: openeuler/openeuler:24.03-lts
platforms: linux/amd64, linux/arm64/v8

uses: ./.github/workflows/bbw_build_container_template.yml
Expand Down

0 comments on commit 76a37a2

Please sign in to comment.