diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 9ff35b4..48ec958 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -29,13 +29,6 @@ jobs: uses: docker/build-push-action@v6 with: platforms: linux/amd64 - push: false + push: true tags: | - cac:latest - - - name: Push image to Gitea - run: | - docker buildx imagetools create \ - --tag repo.anhonesthost.net/cloud-hosting-platform/cac:latest \ - cac:latest - \ No newline at end of file + repo.anhonesthost.net/cloud-hosting-platform/cac:latest