Skip to content

Commit

Permalink
fix: setup docker step fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Seha Artuç committed May 28, 2024
1 parent 7364b8e commit 8bcdb87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/weekly_vuln_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Setup Docker
run: |
sudo service docker start
docker context ls
docker context use default
docker info
- name: Login to GitHub Container Registry
run: |
Expand Down

0 comments on commit 8bcdb87

Please sign in to comment.