diff --git a/.gitea/workflows/build_RC.yml b/.gitea/workflows/build_RC.yml index c7517f90..8fdb05c3 100644 --- a/.gitea/workflows/build_RC.yml +++ b/.gitea/workflows/build_RC.yml @@ -79,7 +79,7 @@ jobs: - name: Build and push backend RC image uses: docker/build-push-action@v5 with: - context: . + context: ./backend file: ./backend/Dockerfile push: true tags: ${{ vars.HARBOR_HOSTNAME }}/baron_sso/backend:${{ steps.rc_calculator.outputs.new_rc_tag }} @@ -92,7 +92,7 @@ jobs: - name: Build and push frontend RC image uses: docker/build-push-action@v5 with: - context: . + context: ./frontend file: ./frontend/Dockerfile push: true tags: ${{ vars.HARBOR_HOSTNAME }}/baron_sso/frontend:${{ steps.rc_calculator.outputs.new_rc_tag }}