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:
Henry Rausch 2023-11-16 23:41:33 +01:00
parent 27a0cd494a
commit 0c3dd6b7e2
No known key found for this signature in database
GPG Key ID: A6BD2929733D78DD

View File

@ -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