diff --git a/.github/workflows/build-and-push-to-gcr.yml b/.github/workflows/build-and-push-to-gcr.yml index a24b6044..9861f976 100644 --- a/.github/workflows/build-and-push-to-gcr.yml +++ b/.github/workflows/build-and-push-to-gcr.yml @@ -44,6 +44,7 @@ jobs: GCR_PROJECT_ID: ${{ secrets.GCR_PROJECT_ID }} CLOUDBUILD_PROJECT_ID: ${{ secrets.CLOUDBUILD_PROJECT_ID }} VERSION: ${{ steps.check-tag.outputs.match == 'true' && steps.check-tag.outputs.version || github.event.pull_request.head.sha || github.sha }} + # TODO: Pass the Python version too, for the `PYTHON_VERSION` build argument of the Dockerfile. - name: Build Docker container and publish on GCR [latest] run: make cloud_build || true @@ -52,3 +53,4 @@ jobs: GCR_PROJECT_ID: ${{ secrets.GCR_PROJECT_ID }} CLOUDBUILD_PROJECT_ID: ${{ secrets.CLOUDBUILD_PROJECT_ID }} VERSION: latest + # TODO: Pass the Python version too, for the `PYTHON_VERSION` build argument of the Dockerfile. diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50b5c952..198cc86a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: deploy +name: Deploy to Cloud Run on: push: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a169d805..57e0238a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: release +name: Release to PyPI on: push: