Skip to content

Commit 47d53a7

Browse files
authored
feat: ghcr, remove autorelease (#84)
1 parent 70033cb commit 47d53a7

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

.github/workflows/autorelease.yml

-17
This file was deleted.

.github/workflows/ghcr.yml

+21
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)