File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 run : |
4040 BRANCH_NAME=$(echo "${GITHUB_REF##*/}" | tr '[:upper:]' '[:lower:]')
4141 REPO_NAME=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
42- echo "tag=${BRANCH_NAME}" >> $GITHUB_OUTPUT
43- echo "repo=${REPO_NAME}" >> $GITHUB_OUTPUT
42+ echo "tag=${BRANCH_NAME}" >> " $GITHUB_OUTPUT"
43+ echo "repo=${REPO_NAME}" >> " $GITHUB_OUTPUT"
4444
4545 - name : Set up Docker Buildx
4646 uses : docker/setup-buildx-action@v3
8383 run : |
8484 BRANCH_NAME=$(echo "${GITHUB_REF##*/}" | tr '[:upper:]' '[:lower:]')
8585 REPO_NAME=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
86- echo "tag=${BRANCH_NAME}" >> $GITHUB_OUTPUT
87- echo "repo=${REPO_NAME}" >> $GITHUB_OUTPUT
86+ echo "tag=${BRANCH_NAME}" >> " $GITHUB_OUTPUT"
87+ echo "repo=${REPO_NAME}" >> " $GITHUB_OUTPUT"
8888
8989 - name : Set up Docker Buildx
9090 uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments