We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70033cb commit 47d53a7Copy full SHA for 47d53a7
.github/workflows/autorelease.yml
.github/workflows/ghcr.yml
@@ -0,0 +1,21 @@
1
+name: Release GHCR
2
+
3
+on:
4
+ release:
5
+ types: [published]
6
+ push:
7
+ branches:
8
+ - swanny-ghcr
9
+ workflow_dispatch:
10
11
+# simplest example of using the rust-base action
12
+jobs:
13
+ ghcr-release:
14
+ uses: init4tech/actions/.github/workflows/ghcr.yml@main
15
+ permissions:
16
+ contents: read
17
+ packages: write
18
+ attestations: write
19
+ id-token: write
20
+ secrets:
21
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments