diff --git a/.github/workflows/stryker-net-runner-image.yml b/.github/workflows/stryker-net-runner-image.yml index 8d1c47d..7d3acd4 100644 --- a/.github/workflows/stryker-net-runner-image.yml +++ b/.github/workflows/stryker-net-runner-image.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6 + uses: docker/login-action@916386b00027d425839f8da46d302dab33f5875b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/strykerjs-runner-image.yml b/.github/workflows/strykerjs-runner-image.yml index 3c901b6..d06e9d6 100644 --- a/.github/workflows/strykerjs-runner-image.yml +++ b/.github/workflows/strykerjs-runner-image.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6 + uses: docker/login-action@916386b00027d425839f8da46d302dab33f5875b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}