From 0ed92c419a002d7b88542363b4096d5df32de860 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 20 Mar 2026 20:39:09 +1100 Subject: [PATCH] ci: fix update image perms and path --- .github/workflows/update-image.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-image.yml b/.github/workflows/update-image.yml index 18337ad1..3a5647d1 100644 --- a/.github/workflows/update-image.yml +++ b/.github/workflows/update-image.yml @@ -5,6 +5,9 @@ on: schedule: - cron: "0 0 * * 0" +permissions: + packages: write + jobs: build-image: runs-on: ubuntu-latest @@ -40,4 +43,4 @@ jobs: context: . file: /tmp/Dockerfile push: true - tags: ghcr.io/${{ github.repository }}/arch-env:latest + tags: ghcr.io/${{ github.repository_owner }}/shell-arch-env:latest