mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-18 17:18:35 +00:00
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
1 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue