Compare commits

...

2 Commits

Author SHA1 Message Date
b53a4999bf Merge pull request 'fix push target' (#7) from add-ci into trunk
Some checks failed
Cloud Apache Container / Build-and-Push (push) Failing after 36s
Reviewed-on: #7
2024-10-01 21:08:03 +00:00
49f2266974 fix push target 2024-10-01 14:07:22 -07:00

View File

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