diff --git a/.github/workflows/build-alpine-images.yml b/.github/workflows/build-alpine-images.yml index c5a37fc..1b71194 100644 --- a/.github/workflows/build-alpine-images.yml +++ b/.github/workflows/build-alpine-images.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 - name: Login to the docker registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.dockerhub_username }} password: ${{ secrets.dockerhub_token }}