diff --git a/.github/workflows/nix-image.yaml b/.github/workflows/nix-image.yaml index 11049ec..54702bf 100644 --- a/.github/workflows/nix-image.yaml +++ b/.github/workflows/nix-image.yaml @@ -64,7 +64,7 @@ jobs: with: images: ${{ needs.amd64.outputs.image-name }} tags: ${{ inputs.tags }} - - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/build-docker-image/action.yml b/build-docker-image/action.yml index 7302d6f..808c94f 100644 --- a/build-docker-image/action.yml +++ b/build-docker-image/action.yml @@ -37,7 +37,7 @@ runs: images: ${{ inputs.image-ref }} tags: ${{ inputs.tags }} - uses: depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5 # v1.6.0 - - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: ${{ inputs.push == 'true' }} with: registry: ghcr.io diff --git a/nix-image/action.yaml b/nix-image/action.yaml index 6750626..0348339 100644 --- a/nix-image/action.yaml +++ b/nix-image/action.yaml @@ -32,7 +32,7 @@ runs: images: ${{ steps.image-info.outputs.name }} tags: | type=sha,suffix=-${{ steps.image-info.outputs.arch }} - - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: ${{ inputs.push == 'true' }} with: registry: ghcr.io