Fixed I hope
Silvanus Production Dockerization / build (pull_request) Failing after 2s Details

This commit is contained in:
Skylar Grant 2023-07-31 16:23:03 -04:00
parent 22005ac68f
commit 45418e2bd6
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ jobs:
runs-on: self-hosted
steps:
- 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