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