diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7803773..50aeadf 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -9,13 +9,12 @@ on: - cron: '0 0 * * *' jobs: - build: - runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Log in to Docker Hub uses: docker/login-action@v3 with: