diff --git a/.github/workflows/docker-image-prod.yml b/.github/workflows/docker-image-prod.yml index 360975b..8a59c2a 100755 --- a/.github/workflows/docker-image-prod.yml +++ b/.github/workflows/docker-image-prod.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - 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