Skip to content

Commit

Permalink
Don't push digests to GAR
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirakis committed Jul 5, 2024
1 parent 2448fb2 commit 50b3970
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions actions/push-image-digests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ runs:
exit 1
fi
echo "project=${PROJECT}" >> ${GITHUB_OUTPUT}
- name: Login to GAR
uses: ./shared-workflows/actions/login-to-gar
with:
environment: ${{ inputs.environment }}
# - name: Login to GAR
# uses: ./shared-workflows/actions/login-to-gar
# with:
# environment: ${{ inputs.environment }}
- name: Export full image name
id: export-full-image-name
shell: bash
Expand All @@ -124,7 +124,7 @@ runs:
with:
context: ${{ inputs.context }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ steps.export-full-image-name.outputs.full_image_name }},push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=${{ steps.export-full-image-name.outputs.full_image_name }},push-by-digest=true,name-canonical=true
build-args: ${{ inputs.build-args }}
cache-from: ${{ inputs.cache-from }}
cache-to: ${{ inputs.cache-to }}
Expand Down

0 comments on commit 50b3970

Please sign in to comment.