Skip to content

Commit 177a4cc

Browse files
committed
update: ignore loongArch
Convert Docker image tags to lowercase
1 parent 983debd commit 177a4cc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_and_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/publish_docker_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)