diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 239c643..79b1ef7 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -19,7 +19,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}