From ba0e4625c0f573b4c8c2e801d6e95761bea6b5a0 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 31 Jul 2023 16:07:43 -0400 Subject: [PATCH] Remove host --- .github/workflows/docker-image-prod.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker-image-prod.yml b/.github/workflows/docker-image-prod.yml index 8a59c2a..7a10f8a 100755 --- a/.github/workflows/docker-image-prod.yml +++ b/.github/workflows/docker-image-prod.yml @@ -16,7 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: https://github.com/actions/checkout@v3 - name: Build the Docker image v0idf1sh/silvanus run: docker build . --file Dockerfile --tag v0idf1sh/silvanus - name: Log into Docker Hub