Fixed I hope
Some checks failed
Silvanus Production Dockerization / build (pull_request) Failing after 2s

This commit is contained in:
Skylar Grant 2023-07-31 16:23:03 -04:00
parent 22005ac68f
commit 45418e2bd6

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