Moar fixxed?!
Silvanus Production Dockerization / build (pull_request) Failing after 2s Details

This commit is contained in:
Skylar Grant 2023-07-31 16:35:33 -04:00
parent 45418e2bd6
commit 1e1d0cddaa
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ jobs:
runs-on: self-hosted
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
run: docker build . --file Dockerfile --tag v0idf1sh/silvanus
- name: Log into Docker Hub