Skip to content

Commit

Permalink
Stop inventing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Oct 23, 2023
1 parent 664d014 commit 2eb9c0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nix-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# skip until GCP credentials sorted
- id: gcloud-auth
if: never()
if: false
name: Authenticate to Google Cloud 🔑
uses: google-github-actions/auth@v1
with:
Expand All @@ -44,7 +44,7 @@ jobs:

# skip until GCP credentials sorted
- name: Login to Google Container Registry 📦
if: never()
if: false
uses: "docker/login-action@v3"
with:
registry: "us-docker.pkg.dev"
Expand All @@ -60,7 +60,7 @@ jobs:

# skip until GCP credentials sorted
- name: Build and deploy Docker images to Google Container Registry 🚀
if: never()
if: false
run: nix run .#publish-docker-image '${{ github.ref }}' '${{ matrix.connector }}' 'us-docker.pkg.dev/hasura-ddn/ddn/${{ matrix.connector }}'

- name: Build and deploy Docker images to GitHub Packages 🚀
Expand Down

0 comments on commit 2eb9c0f

Please sign in to comment.