Fixes
Silvanus Production Dockerization / build (pull_request) Failing after 7s Details

This commit is contained in:
Skylar Grant 2023-07-31 16:12:58 -04:00
parent ba0e4625c0
commit 805c20953c
1 changed files with 4 additions and 2 deletions

View File

@ -16,9 +16,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build the Docker image v0idf1sh/silvanus
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Build the Docker image
run: 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 v0idf1sh/silvanus
- name: Push image to Docker Hub
run: docker push v0idf1sh/silvanus