diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 37e0f5c..2ea557f 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -15,7 +15,7 @@ jobs: - name: Login to Docker Hub # Only if we need to push an image if: ${{ github.event_name == 'release' && github.event.action == 'published' }} - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}