Update .forgejo/workflows/publish.yml
This commit is contained in:
parent
a38bd3d2fe
commit
2e03c80485
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
name: Publish Docker image
|
||||
|
||||
on:
|
||||
|
@ -8,7 +7,7 @@ on:
|
|||
jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to Docker Hub
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue