Update push-docker.yml
This commit is contained in:
parent
a0212bbfb7
commit
c75efede79
1 changed files with 3 additions and 0 deletions
3
.github/workflows/push-docker.yml
vendored
3
.github/workflows/push-docker.yml
vendored
|
@ -6,6 +6,9 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- main
|
- main
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue