Skip to content

Commit b545d8a

Browse files
authored
feat(push-to-gar-docker): parse registry as input in login-to-gar (#1492)
Parse registry as input in login-to-gar
1 parent 724980a commit b545d8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/push-to-gar-docker/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ runs:
164164
with:
165165
environment: ${{ inputs.environment }}
166166
delete_credentials_file: false
167+
registry: ${{ inputs.registry }}
167168
- name: Extract metadata (tags, labels) for Docker
168169
id: meta
169170
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0

0 commit comments

Comments
 (0)