Update docker image push configuration
Changed the repository for pushing the docker image to GHCR from `ghcr.io/cp6/my-idlers` to `ghcr.io/hra42/my-idlers-arm64` in order to align with the updated repository naming convention.
This commit is contained in:
parent
27a0cd494a
commit
0c3dd6b7e2
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -25,5 +25,5 @@ jobs:
|
|||
- name: Push image to GHCR
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
docker push ghcr.io/cp6/my-idlers:$(echo $GITHUB_SHA | head -c7)
|
||||
docker push ghcr.io/cp6/my-idlers:latest
|
||||
docker push ghcr.io/hra42/my-idlers-arm64:$(echo $GITHUB_SHA | head -c7)
|
||||
docker push ghcr.io/hra42/my-idlers-arm64:latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user