mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-21 06:11:45 +01:00
Install docker-compose in build-package action (#20905)
This commit will fix the failure in https://github.com/goharbor/harbor/actions/runs/10714920709/job/29736561509 Signed-off-by: Daniel Jiang <daniel.jiang@broadcom.com>
This commit is contained in:
parent
6fea5b7221
commit
9002bf8a0c
4
.github/workflows/build-package.yml
vendored
4
.github/workflows/build-package.yml
vendored
@ -58,6 +58,10 @@ jobs:
|
||||
run: |
|
||||
set -x
|
||||
env
|
||||
echo "Installing docker-compose, version ${DOCKER_COMPOSE_VERSION}"
|
||||
curl -L https://github.com/docker/compose/releases/download/v${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||
chmod +x docker-compose
|
||||
sudo mv docker-compose /usr/local/bin
|
||||
df -h
|
||||
harbor_target_bucket=""
|
||||
target_branch="$(echo ${GITHUB_REF#refs/heads/})"
|
||||
|
Loading…
Reference in New Issue
Block a user