Update .github/workflows/docker-build.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 8m10s
Some checks failed
Build and Push Docker Image / build (push) Failing after 8m10s
This commit is contained in:
parent
df0792c840
commit
289654c9c8
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
@ -13,8 +13,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write # Allows tagging and releasing
|
||||||
packages: write
|
packages: write
|
||||||
|
pull-requests: write # Allows reading PR info if needed
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user