We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730f7cb commit 0aabbccCopy full SHA for 0aabbcc
.github/workflows/jsonparse-release-docker.yml
@@ -30,11 +30,8 @@ jobs:
30
shell: bash
31
run: |
32
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 }}"
36
-
37
- name: Build and push to dockerhub
+ name: Build and push to registries
38
uses: docker/build-push-action@v3
39
with:
40
push: true
0 commit comments