Skip to content

Commit 2b062f2

Browse files
Allow run as root
1 parent 3f5dc1b commit 2b062f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
with:
3636
registries: "948971135452"
3737

38+
- name: Make ECR credentials available to sudo
39+
if: github.ref != 'refs/heads/main'
40+
run: sudo cp -r $HOME/.docker /root/
41+
3842
- name: Install Platform
3943
run: |
4044
interactive=false clone_platform=false ./install-and-launch.sh

0 commit comments

Comments
 (0)