Skip to content

Commit

Permalink
💚 remove gcp registry
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Sep 19, 2024
1 parent b114859 commit 3767b1f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/multireg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
us-central1-docker.pkg.dev/open-wa-31bb1/open-wa/wa-automate
ghcr.io/open-wa/wa-automate
openwa/wa-automate
# generate Docker tags based on the following events/attributes
Expand All @@ -51,13 +50,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GAR
uses: docker/[email protected]
with:
username: _json_key
password: ${{ secrets.GCR_JSON_KEY }}
registry: us-central1-docker.pkg.dev
-
name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down

0 comments on commit 3767b1f

Please sign in to comment.