From 49f2266974066cf514cac73a1979667282e00b51 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Tue, 1 Oct 2024 14:07:22 -0700 Subject: [PATCH] fix push target --- .gitea/workflows/build-push.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 8e2ca83..da43f4f 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -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 \ No newline at end of file