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 e303651f53 - Show all commits

View File

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