From 9f90654ff4e6a90145809906eafb3f098bf1c6dc Mon Sep 17 00:00:00 2001 From: Rob Brazier Date: Fri, 6 Dec 2024 21:55:23 +0000 Subject: [PATCH] chore(release): fix docker login --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1eddcc..dded707 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,10 +6,12 @@ on: tags: - "*" +env: + REGISTRY: ghcr.io + permissions: contents: write packages: write - attestations: write id-token: write jobs: