Update tags in GitHub Actions workflow
This commit updates the tags in the GitHub Actions workflow for building Docker images. The previous tags `ghcr.io/cp6/my-idlers` are replaced with `ghcr.io/hra42/my-idlers-arm64`. This change ensures that the correct tags are used for the Docker image.
This commit is contained in:
parent
53bdc596a5
commit
27a0cd494a
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
run: |
|
||||
docker build \
|
||||
--tag ghcr.io/cp6/my-idlers:$(echo $GITHUB_SHA | head -c7) \
|
||||
--tag ghcr.io/cp6/my-idlers:latest \
|
||||
--tag ghcr.io/hra42/my-idlers-arm64:$(echo $GITHUB_SHA | head -c7) \
|
||||
--tag ghcr.io/hra42/my-idlers-arm64:latest \
|
||||
.
|
||||
- name: Container registry login
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user