mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-02-18 23:16:36 +00:00
Merge pull request #175 from crazy-max/publish-immutable-action
Some checks failed
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Failing after -1s
ci / main (tonistiigi/binfmt:master, all) (push) Failing after -1s
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Failing after -1s
ci / error (push) Failing after 3s
validate / prepare (push) Successful in 4s
test / test (push) Successful in 26s
validate / validate (push) Failing after -1s
ci / default (push) Has been cancelled
ci / main (tonistiigi/binfmt:latest, all) (push) Has been cancelled
Some checks failed
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Failing after -1s
ci / main (tonistiigi/binfmt:master, all) (push) Failing after -1s
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Failing after -1s
ci / error (push) Failing after 3s
validate / prepare (push) Successful in 4s
test / test (push) Successful in 26s
validate / validate (push) Failing after -1s
ci / default (push) Has been cancelled
ci / main (tonistiigi/binfmt:latest, all) (push) Has been cancelled
ci: publish as immutable action workflow
This commit is contained in:
commit
8b562efa09
21
.github/workflows/publish.yml
vendored
Normal file
21
.github/workflows/publish.yml
vendored
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user