Skip to content

Commit

Permalink
Enable docker cli experimental feature (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Feb 4, 2024
1 parent 90b9672 commit e35d04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Create and push manifest
env:
DOCKER_CLI_EXPERIMENTAL: enabled
IMAGE: ${{ secrets.HARBOR_REGISTRY }}/vesoft/third-party-build:${{ matrix.os }}
run: |
docker manifest create $IMAGE --amend $IMAGE-amd64 --amend $IMAGE-arm64
Expand Down

0 comments on commit e35d04c

Please sign in to comment.