Skip to content

Commit

Permalink
Use correct docker-compose task to deploy for cross compiled artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Dec 22, 2020
1 parent 900a85c commit 33833de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
run: docker-compose -f docker/docker-compose.centos-7.yaml build

- name: Deploy snapshots
run: docker-compose -f docker/docker-compose.centos-7.yaml run deploy
run: docker-compose -f docker/docker-compose.centos-7.yaml run cross-compile-aarch64-deploy

0 comments on commit 33833de

Please sign in to comment.