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