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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue