diff --git a/.github/workflows/containers-build-fac-container.yml b/.github/workflows/containers-build-fac-container.yml index 408b82d47..2b1b08b1b 100644 --- a/.github/workflows/containers-build-fac-container.yml +++ b/.github/workflows/containers-build-fac-container.yml @@ -76,7 +76,7 @@ jobs: run: docker tag ${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }} ghcr.io/${{ env.GH_REPO }}/${{ env.IMAGE }}:latest - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/containers-push-upstream-to-ghcr.yml b/.github/workflows/containers-push-upstream-to-ghcr.yml index fd594df8a..fcac448d6 100644 --- a/.github/workflows/containers-push-upstream-to-ghcr.yml +++ b/.github/workflows/containers-push-upstream-to-ghcr.yml @@ -61,7 +61,7 @@ jobs: docker tag ${{ matrix.image.name }} ghcr.io/${{ env.GH_REPO }}/${{ matrix.image.short-name }}:$date - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}