Skip to content

Commit

Permalink
Remove input (#6618)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay-Zee authored Nov 5, 2024
1 parent 73887fd commit 9ac49af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CD

on:
# Workflow dispatch for now, while we're testing environments
push:
tags:
- 'v*'
Expand All @@ -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 [email protected]
- id: auth
Expand Down

0 comments on commit 9ac49af

Please sign in to comment.