Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: pixiake <[email protected]>
  • Loading branch information
pixiake committed Jun 15, 2021
1 parent 18f0bb2 commit 9f38698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build dependencies (centos7)
run: |
docker build -t centos7-dependencies:${{ steps.get_version.outputs.VERSION }} . -f dockerfile.centos7
docker run --rm -v /package:/pkgs centos7-dependencies:${{ steps.get_version.outputs.VERSION }} /bin/cp -f centos-7-amd64-debs.tar.gz /pkgs/centos-7-amd64-debs.tar.gz
docker run --rm -v /package:/pkgs centos7-dependencies:${{ steps.get_version.outputs.VERSION }} /bin/cp -f centos-7-amd64-rpms.tar.gz /pkgs/centos-7-amd64-rpms.tar.gz
- name: Build dependencies (ubuntu 16.04)
run: |
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Build dependencies (ubuntu 20.04)
run: |
docker build -t ubuntu1804-dependencies:${{ steps.get_version.outputs.VERSION }} . -f dockerfile.ubuntu2004
docker build -t ubuntu2004-dependencies:${{ steps.get_version.outputs.VERSION }} . -f dockerfile.ubuntu2004
docker run --rm -v /package:/pkgs ubuntu2004-dependencies:${{ steps.get_version.outputs.VERSION }} /bin/cp -f ubuntu-20.04-amd64-debs.tar.gz /pkgs/ubuntu-20.04-amd64-debs.tar.gz
Expand Down

0 comments on commit 9f38698

Please sign in to comment.