ci: fix update image perms and path

This commit is contained in:
2 * r + 2 * t 2026-03-20 20:39:09 +11:00
parent 7637e794ba
commit 0ed92c419a

View file

@ -5,6 +5,9 @@ on:
schedule: schedule:
- cron: "0 0 * * 0" - cron: "0 0 * * 0"
permissions:
packages: write
jobs: jobs:
build-image: build-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -40,4 +43,4 @@ jobs:
context: . context: .
file: /tmp/Dockerfile file: /tmp/Dockerfile
push: true push: true
tags: ghcr.io/${{ github.repository }}/arch-env:latest tags: ghcr.io/${{ github.repository_owner }}/shell-arch-env:latest