Skip to content

Commit 8d9cbb2

Browse files
committed
fix github actions
1 parent 85de3a9 commit 8d9cbb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
- name: Checkout
4444
uses: actions/checkout@v4
4545

46+
- name: Upgrade Docker
47+
run: |
48+
sudo apt-get update
49+
sudo apt-get install --only-upgrade docker-ce docker-ce-cli containerd.io
50+
4651
- name: Login to Docker Hub
4752
uses: docker/login-action@v3
4853
# This condition skips the step if the event is a Pull Request

0 commit comments

Comments
 (0)