Skip to content

Commit

Permalink
add install docker step
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Sep 5, 2024
1 parent 76fd5e4 commit 58faf7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install Docker
if: runner.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y docker.io
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down

0 comments on commit 58faf7e

Please sign in to comment.