Change dispatch to pull req #3

Merged
voidf1sh merged 11 commits from testing into main 2023-08-04 16:52:55 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit ba81f01fa0 - Show all commits

View File

@ -20,16 +20,16 @@ jobs:
run: |
pwd
whoami
cd /home/root/silvanus
cd /root/silvanus
git pull
git checkout $GITHUB_HEAD_REF
- name: Build the Docker image
run: |
cd /home/root/silvanus
cd /root/silvanus
docker build . --file Dockerfile --tag v0idf1sh/silvanus
- name: Log into Docker Hub
run: docker login -u $DHUB_UNAME -p $DHUB_PWORD
- name: Push image to Docker Hub
run: |
cd /home/root/silvanus
cd /root/silvanus
docker push v0idf1sh/silvanus