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 6 additions and 0 deletions
Showing only changes of commit 1e1d0cddaa - Show all commits

View File

@ -16,6 +16,12 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: Move into build directory
run: cd /home/git/silvanus
- name: Pull latest files
run: git pull
- name: Checkout from HEAD
run: git checkout $GITHUB_HEAD_REF
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file Dockerfile --tag v0idf1sh/silvanus run: docker build . --file Dockerfile --tag v0idf1sh/silvanus
- name: Log into Docker Hub - name: Log into Docker Hub