We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285966f commit 086fbecCopy full SHA for 086fbec
.github/scripts/install-docker.bash
.github/workflows/deploy-penny.yml
@@ -51,12 +51,7 @@ jobs:
51
key: "penny-release-static-build-${{ runner.os }}-${{ github.event.after }}"
52
53
- name: Install Docker
54
- run: |
55
- # Make scripts executable
56
- chmod +x ./.github/scripts/*
57
-
58
- # Install Docker
59
- ./.github/scripts/install-docker.bash
+ run: curl -fsSL https://get.docker.com | bash
60
61
- name: Configure AWS credentials
62
uses: aws-actions/configure-aws-credentials@v4
0 commit comments