Merge pull request #464 from crazy-max/publish-immutable-action
Some checks failed
ci / docker-push (push) Failing after 23s
ci / tag-schedule () (push) Successful in 56s
ci / multi-images (push) Successful in 59s
ci / tag-schedule ({{date 'YYYYMMDD-HHmmss'}}) (push) Successful in 2m45s
ci / tag-schedule (schedule) (push) Successful in 2m47s
ci / tag-schedule (cron-{{date 'YYYYMMDD'}}) (push) Successful in 2m50s
ci / tag-match (\d.\d, 0) (push) Successful in 2m47s
test / test (push) Failing after 2m10s
ci / custom-labels-annotations (push) Failing after 3m20s
ci / images (push) Failing after 3m22s
ci / flavor (push) Failing after 3m24s
ci / global-exps (push) Failing after 3m18s
ci / tag-match (\d.\d.\d, 0) (push) Successful in 3m45s
ci / tag-semver (false) (push) Successful in 3m39s
ci / tag-semver (auto) (push) Successful in 3m41s
ci / tag-match (v(.*), 1) (push) Successful in 3m47s
ci / no-images (push) Successful in 3m29s
ci / bake-cwd (push) Failing after 3m35s
validate / prepare (push) Successful in 3m32s
ci / sep-tags (,) (push) Failing after 3m44s
ci / bake-annotations (push) Failing after 3m41s
ci / tag-semver (true) (push) Successful in 4m4s
ci / bake (push) Failing after 4m22s
ci / json (push) Successful in 4m28s
ci / sep-tags ( ) (push) Failing after 4m21s
validate / validate (push) Failing after 1m25s
ci / output-env (push) Successful in 5m53s

ci: publish as immutable action workflow
This commit is contained in:
CrazyMax 2024-10-26 00:40:50 +02:00 committed by GitHub
commit d31acd5065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
.github/workflows/publish.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: publish
on:
release:
types:
- published
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Publish
uses: actions/publish-immutable-action@v0.0.4