Skip to content

Commit

Permalink
fix(ci): correct registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jun 28, 2023
1 parent 69914ab commit 8d9a835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
uses: docker/metadata-action@v4
id: meta
with:
images: us-central1-docker.pkg.dev/${{ inputs.project_id }}/conductor
images: us-central1-docker.pkg.dev/${{ inputs.project_id }}/images/conductor
tags: |
type=ref,suffix=-{{sha}},event=branch
type=ref,prefix=pr-,suffix=-{{sha}},event=pr
Expand Down

0 comments on commit 8d9a835

Please sign in to comment.