Skip to content

Commit

Permalink
Update dckr-img-delpoy-test.yml
Browse files Browse the repository at this point in the history
test
  • Loading branch information
abbos1711 authored Jan 23, 2024
1 parent c5a9ba0 commit 85ca201
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/dckr-img-delpoy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,12 @@ jobs:
- name: Remove conflicting packages
run: |
sudo apt-get remove -y containerd
sudo apt-get clean
sudo apt-get update
sudo apt-get autoremove -y
- name: Clean package cache
run: sudo apt-get clean

- name: Install containerd.io
run: |
sudo apt-get install -y containerd.io
- name: Install Docker
run: |
sudo apt-get install docker.io -y
- name: Build and push Docker image
run: |
Expand Down

0 comments on commit 85ca201

Please sign in to comment.