diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 27b73a41a48..98c178ac194 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,7 +1,6 @@ name: CD on: -# Workflow dispatch for now, while we're testing environments push: tags: - 'v*' @@ -23,8 +22,6 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout repo uses: actions/checkout@v2 - with: - ref: ${{ inputs.tag }} # Provide Google Service Account credentials to Github Action, allowing interaction with the Google Container Registry # Logging in as github-actions@dl-flow.iam.gserviceaccount.com - id: auth