Compare commits
2 Commits
abb1da3a0f
...
b53a4999bf
Author | SHA1 | Date | |
---|---|---|---|
b53a4999bf | |||
49f2266974 |
@ -29,13 +29,13 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: false
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
cloud-hosting-platform/cac:latest
|
cac:latest
|
||||||
|
|
||||||
- name: Push image to Gitea
|
- name: Push image to Gitea
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools create \
|
docker buildx imagetools create \
|
||||||
--tag repo.anhonesthost.net/cloud-hosting-platform/cac:latest \
|
--tag repo.anhonesthost.net/cloud-hosting-platform/cac:latest \
|
||||||
cloud-hosting-platform/cac:latest
|
cac:latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user