From 699ab7aae46bbbb0b0263172c007e9bb57087fec Mon Sep 17 00:00:00 2001 From: Tara Wilson Date: Sat, 22 Mar 2025 19:03:27 -0400 Subject: [PATCH] Enabling docker image push --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b02a637..6a7ad87 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -68,7 +68,7 @@ jobs: with: context: . file: source/ticketUI/Dockerfile - push: false + push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/ticket-ui:${{ github.ref_name }} PublishAPI: runs-on: osx @@ -96,5 +96,5 @@ jobs: with: context: . file: source/ticketAPI/Dockerfile - push: false + push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/ticket-api:${{ github.ref_name }} \ No newline at end of file