diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 8e3841d..3dfe819 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -38,7 +38,7 @@ jobs: - name: Login to github Registry if: ${{ inputs.push }} - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: "https://index.docker.io/v1/" username: ${{ secrets.docker_username }}