Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Devavrt1234 authored Dec 6, 2024
1 parent 8c5ea85 commit 837d83d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
needs: build
runs-on: self-hosted
steps:
- name: make root and docker owner of /var/run/docker.sock
- run: sudo chown root:docker /var/run/docker.sock
- name: Pull image from docker hub
run: docker pull luciferdev966/my-docker-repo
- name: Delete old container
Expand Down

0 comments on commit 837d83d

Please sign in to comment.