Skip to content

Commit

Permalink
don't tr the TAGS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored May 6, 2024
1 parent fa9c3d7 commit b8bc3f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push_release_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
TAGS="${TAGS},${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}:latest"
TAGS="${TAGS},${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}:${{ env.NODEBUILDER_VERSION }}"
fi
TAGS=$(echo $TAGS | tr ',' '\n')
echo "TAGS=${TAGS}" >> "${GITHUB_ENV}"
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit b8bc3f1

Please sign in to comment.