ci: fix update image perms and path
This commit is contained in:
parent
7637e794ba
commit
0ed92c419a
1 changed files with 4 additions and 1 deletions
5
.github/workflows/update-image.yml
vendored
5
.github/workflows/update-image.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue