diff --git a/.github/workflows/release-docker-image.yml b/.github/workflows/release-docker-image.yml index 5e96453..20d4b59 100644 --- a/.github/workflows/release-docker-image.yml +++ b/.github/workflows/release-docker-image.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # See https://docs.docker.com/ci-cd/github-actions/#set-up-a-docker-project # for instructions on how to create secrets for Docker Hub.