Skip to content

Commit 50b3970

Browse files
committed
Don't push digests to GAR
1 parent 2448fb2 commit 50b3970

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

actions/push-image-digests/action.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ runs:
9999
exit 1
100100
fi
101101
echo "project=${PROJECT}" >> ${GITHUB_OUTPUT}
102-
- name: Login to GAR
103-
uses: ./shared-workflows/actions/login-to-gar
104-
with:
105-
environment: ${{ inputs.environment }}
102+
# - name: Login to GAR
103+
# uses: ./shared-workflows/actions/login-to-gar
104+
# with:
105+
# environment: ${{ inputs.environment }}
106106
- name: Export full image name
107107
id: export-full-image-name
108108
shell: bash
@@ -124,7 +124,7 @@ runs:
124124
with:
125125
context: ${{ inputs.context }}
126126
labels: ${{ steps.meta.outputs.labels }}
127-
outputs: type=image,name=${{ steps.export-full-image-name.outputs.full_image_name }},push-by-digest=true,name-canonical=true,push=true
127+
outputs: type=image,name=${{ steps.export-full-image-name.outputs.full_image_name }},push-by-digest=true,name-canonical=true
128128
build-args: ${{ inputs.build-args }}
129129
cache-from: ${{ inputs.cache-from }}
130130
cache-to: ${{ inputs.cache-to }}

0 commit comments

Comments
 (0)