Skip to content

Commit

Permalink
skip docker downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Nov 4, 2024
1 parent f7cbe50 commit a09071b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
id: checkout
uses: actions/checkout@v4

- name: downgrade docker
run: |
apt-cache madison docker.io
sudo apt-get remove containerd.io
sudo apt-get install docker.io=24.0.7-0ubuntu2~22.04.1
# - name: downgrade docker
# run: |
# apt-cache madison docker.io
# sudo apt-get remove containerd.io
# sudo apt-get install docker.io=24.0.7-0ubuntu2~22.04.1

- name: Extract version number
id: version
Expand Down

0 comments on commit a09071b

Please sign in to comment.