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