Skip to content

Commit

Permalink
Update dckr-img-delpoy-test.yml
Browse files Browse the repository at this point in the history
try to solve it ci/cd
  • Loading branch information
abbos1711 authored Jan 23, 2024
1 parent bd7103e commit 9cb6960
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dckr-img-delpoy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Install Docker
run: |
sudo apt update
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get remove -y containerd
sudo apt-get install -y containerd.io
sudo apt-get install docker.io -y
sudo apt install docker.io -y
- name: Build and push Docker image
Expand Down

0 comments on commit 9cb6960

Please sign in to comment.