fix push target
This commit is contained in:
parent
ac5c70d26b
commit
49f2266974
@ -29,13 +29,13 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: linux/amd64
|
||||
push: false
|
||||
push: true
|
||||
tags: |
|
||||
cloud-hosting-platform/cac:latest
|
||||
cac:latest
|
||||
|
||||
- name: Push image to Gitea
|
||||
run: |
|
||||
docker buildx imagetools create \
|
||||
--tag repo.anhonesthost.net/cloud-hosting-platform/cac:latest \
|
||||
cloud-hosting-platform/cac:latest
|
||||
cac:latest
|
||||
|
Loading…
Reference in New Issue
Block a user