Merge pull request #372 from crazy-max/publish-immutable-action
Some checks failed
ci / main () (push) Failing after -1s
ci / main (lab:latest) (push) Failing after -1s
ci / main (latest) (push) Failing after -1s
ci / main (v0.4.1) (push) Failing after -1s
ci / multi (push) Failing after -1s
ci / debug (push) Failing after -1s
ci / install (push) Failing after -1s
ci / use (false) (push) Failing after -1s
ci / use (true) (push) Failing after -1s
ci / driver (image=moby/buildkit:latest) (push) Failing after -1s
ci / error (push) Failing after 13s
ci / endpoint (push) Failing after -1s
ci / config (push) Failing after -1s
ci / with-qemu (, all) (push) Failing after -1s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after -1s
ci / with-qemu (v0.9.1, all) (push) Failing after -1s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after -1s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after -1s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after -1s
ci / standalone-cmd (push) Failing after -1s
ci / standalone-action (push) Failing after -1s
ci / standalone-install-error (push) Failing after -1s
ci / append (push) Failing after -1s
ci / platforms (push) Failing after -1s
ci / cleanup (false) (push) Failing after -1s
ci / cleanup (true) (push) Failing after -1s
ci / k3s (v0.11.0) (push) Failing after -1s
ci / cache-binary (false) (push) Failing after -1s
ci / k3s (v0.10.5) (push) Failing after 5s
validate / prepare (push) Failing after -1s
validate / validate (push) Has been skipped
test / test (push) Successful in 1m12s
ci / main (lab:v0.11.2-desktop.2) (push) Has been cancelled
ci / driver (image=moby/buildkit:master network=host ) (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / config-inline (push) Has been cancelled
ci / build-ref (master) (push) Has been cancelled
ci / build-ref (refs/pull/731/head) (push) Has been cancelled
ci / docker-context (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled

ci: publish as immutable action workflow
This commit is contained in:
CrazyMax 2024-10-26 00:40:56 +02:00 committed by GitHub
commit 0f069ddc17
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