Skip to content

Commit

Permalink
fix dev build
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <[email protected]>
  • Loading branch information
shanghaikid committed Nov 12, 2024
1 parent 1b796ed commit b516e43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
context: .
platforms: ${{ matrix.platform }}
tags: |
zilliz/attu:dev-${{ matrix.platform }}
zilliz/attu:dev-${{ matrix.platform | replace('/', '-') }}
cache-from: type=registry,ref=zilliz/attu:cache
cache-to: type=inline
build-args: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Create and Push Docker Manifest
run: |
docker manifest create zilliz/attu:dev \
zilliz/attu:dev-linux/amd64 \
zilliz/attu:dev-linux/arm64 \
zilliz/attu:dev-linux/arm/v7
zilliz/attu:dev-linux-amd64 \
zilliz/attu:dev-linux-arm64 \
zilliz/attu:dev-linux-arm-v7
docker manifest push zilliz/attu:dev

0 comments on commit b516e43

Please sign in to comment.