Skip to content

Commit 0aabbcc

Browse files
committed
gcr
1 parent 730f7cb commit 0aabbcc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/jsonparse-release-docker.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ jobs:
3030
shell: bash
3131
run: |
3232
docker login -u _json_key -p '${{ secrets.GCP_SERVICE_ACCOUNT }}' 'https://gcr.io' 2>/dev/null
33-
docker tag '${{ inputs.source_image }}' '${{ inputs.destination_image }}'
34-
docker push '${{ inputs.destination_image }}'
35-
echo "Successfully pushed ${{ inputs.source_image }} to ${{ inputs.destination_image }}"
3633
-
37-
name: Build and push to dockerhub
34+
name: Build and push to registries
3835
uses: docker/build-push-action@v3
3936
with:
4037
push: true

0 commit comments

Comments
 (0)