Skip to content

Commit

Permalink
Merge pull request #624 from swrlab/dev/508-artifact-registry
Browse files Browse the repository at this point in the history
chore: switch to artifact registry
  • Loading branch information
frytg authored Feb 13, 2024
2 parents d2da7f3 + ec3a722 commit 3d6adea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ingest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
NODE_VERSION: 18
IMAGE_NAME: de.swr.ard.eventhub/ingest
REGISTRY_DOMAIN: eu.gcr.io
IMAGE_NAME: ard-eventhub-europe-west3/ingest
REGISTRY_DOMAIN: europe-west3-docker.pkg.dev

jobs:
security:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
- name: 💬 Comment Version
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v4
if: github.event.pull_request.merged == true
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 3d6adea

Please sign in to comment.