Skip to content

Commit

Permalink
wrap newlines in tag list
Browse files Browse the repository at this point in the history
  • Loading branch information
dmt authored Dec 28, 2023
1 parent 82483c0 commit a585873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
shell: bash
id: publish-image
run: |
echo ${{ steps.meta.outputs.tags }} | xargs docker tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
echo "${{ steps.meta.outputs.tags }}" | xargs docker tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
docker push --quiet --all-tags ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
echo "DIGEST=$(docker images --format='{{.Digest}}' ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} | head -n1)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a585873

Please sign in to comment.