Skip to content

Commit 5e99dac

Browse files
authored
Merge pull request docker#1245 from crazy-max/publish-immutable-action
ci: publish as immutable action workflow
2 parents 4f58ea7 + b249570 commit 5e99dac

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/publish.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: publish
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
jobs:
9+
publish:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write
14+
packages: write
15+
steps:
16+
-
17+
name: Checkout
18+
uses: actions/checkout@v4
19+
-
20+
name: Publish
21+
uses: actions/[email protected]

0 commit comments

Comments
 (0)