diff --git a/example-workflows/build-and-deploy.yaml b/example-workflows/build-and-deploy.yaml index a703700..71502df 100644 --- a/example-workflows/build-and-deploy.yaml +++ b/example-workflows/build-and-deploy.yaml @@ -23,7 +23,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to docker hub - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}