Skip to content
Merged

Demo #782

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/docker-build-template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: docker-build-template
permissions:
contents: read
packages: read
on:
workflow_call:
inputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-push-template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: docker-push-template
permissions:
contents: read
packages: write
on:
workflow_call:
inputs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/img-apk.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: img-apk
permissions:
contents: read
packages: read
on:
push:
branches:
Expand All @@ -15,6 +16,9 @@ jobs:
with:
img: 'apk'
img-apk-push:
permissions:
contents: read
packages: write
uses: ./.github/workflows/docker-push-template.yml
with:
img: 'apk'
4 changes: 4 additions & 0 deletions .github/workflows/img-go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: img-go
permissions:
contents: read
packages: read
on:
push:
branches:
Expand All @@ -15,6 +16,9 @@ jobs:
with:
img: 'go'
img-go-push:
permissions:
contents: read
packages: write
uses: ./.github/workflows/docker-push-template.yml
with:
img: 'go'
4 changes: 4 additions & 0 deletions .github/workflows/img-npm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: img-npm
permissions:
contents: read
packages: read
on:
push:
branches:
Expand All @@ -15,6 +16,9 @@ jobs:
with:
img: 'npm'
img-npm-push:
permissions:
contents: read
packages: write
uses: ./.github/workflows/docker-push-template.yml
with:
img: 'npm'
4 changes: 4 additions & 0 deletions .github/workflows/img-pip.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: img-pip
permissions:
contents: read
packages: read
on:
push:
branches:
Expand All @@ -15,6 +16,9 @@ jobs:
with:
img: 'pip'
img-pip-push:
permissions:
contents: read
packages: write
uses: ./.github/workflows/docker-push-template.yml
with:
img: 'pip'