diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 11c0d1b..593ec83 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -110,7 +110,7 @@ jobs: - name: Login to Docker Hub if: steps.decide.outputs.should_build == 'true' - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}