Skip to content

Commit

Permalink
[WIP] Test2
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Jan 29, 2024
1 parent 9fa975a commit 13bd56e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo '{"experimental": true}' | sudo tee -a /etc/docker/daemon.json
- name: Restart docker daemon
run: sudo systemctl restart docker
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
# echo '{"experimental": true}' | sudo tee -a /etc/docker/daemon.json
# - name: Restart docker daemon
# run: sudo systemctl restart docker
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Login to DockerHub
# uses: docker/login-action@v3
# with:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
echo '{"experimental": true}' | sudo tee -a /etc/docker/daemon.json
- name: Restart docker daemon
run: sudo systemctl restart docker
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 13bd56e

Please sign in to comment.