File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ jobs:
4444 goos : darwin
4545 - goarch : 386
4646 goos : windows
47- - goarch : loong64
48- goos : windows
49- - goarch : loong64
50- goos : darwin
47+ # - goarch: loong64
48+ # goos: windows
49+ # - goarch: loong64
50+ # goos: darwin
5151 steps :
5252 - name : Checkout
5353 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 5656 password : ${{ secrets.GITHUB_TOKEN }}
5757 - name : Convert to lowercase
5858 run : |
59- echo " LATEST_TAG=ghcr.io/${{ github.repository }}/opensca-cli:latest" | tr '[:upper:]' '[:lower:]' >> ${GITHUB_ENV}
60- echo " VERSION_TAG=ghcr.io/${{ github.repository }}/opensca-cli:${{ env.VERSION }}" | tr '[:upper:]' '[:lower:]' >> ${GITHUB_ENV}
59+ echo LATEST_TAG=ghcr.io/${{ github.repository }}/opensca-cli:latest | tr '[:upper:]' '[:lower:]' >> ${GITHUB_ENV}
60+ echo VERSION_TAG=ghcr.io/${{ github.repository }}/opensca-cli:${{ env.VERSION }} | tr '[:upper:]' '[:lower:]' >> ${GITHUB_ENV}
6161 - name : Print env variables
6262 run : |
6363 echo "LATEST_TAG=${{ env.LATEST_TAG }}"
You can’t perform that action at this time.
0 commit comments