Skip to content

Commit

Permalink
Don't run setup-docker because docker is already installed
Browse files Browse the repository at this point in the history
and that action fails with:

```
  The following packages will be DOWNGRADED:
  docker-ce docker-ce-cli
0 upgraded, 0 newly installed, 2 downgraded, 0 to remove and 11 not upgraded.
E: Packages were downgraded and -y was used without --allow-downgrades.
```

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Aug 23, 2023
1 parent a36abd6 commit b90eba2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup-docker
uses: docker-practice/actions-setup-docker@master
- name: Install Cosign
uses: sigstore/cosign-installer@main
- name: Release space from worker
Expand Down Expand Up @@ -263,8 +261,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup-docker
uses: docker-practice/actions-setup-docker@master
- name: Install Cosign
uses: sigstore/cosign-installer@main
- name: Release space from worker
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/reusable-build-flavor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
- uses: actions/checkout@v3
- run: |
git fetch --prune --unshallow
- name: setup-docker
uses: docker-practice/actions-setup-docker@master
- name: Release space from worker
run: |
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/reusable-build-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
- uses: actions/checkout@v3
- run: |
git fetch --prune --unshallow
- name: setup-docker
uses: docker-practice/actions-setup-docker@master
- name: Install earthly
uses: Luet-lab/luet-install-action@v1
with:
Expand Down

0 comments on commit b90eba2

Please sign in to comment.