diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index dbec383..9f3aa19 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -31,7 +31,7 @@ jobs: - name: configure Docker to use buildx uses: docker/setup-buildx-action@v2 - name: log in to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -49,7 +49,7 @@ jobs: # this is for the public-transport/infrastructure cluster - name: log in to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}