mirror of
https://github.com/docker/metadata-action.git
synced 2025-04-21 21:52:05 +02:00
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
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:
commit
d31acd5065
1 changed files with 21 additions and 0 deletions
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…
Add table
Reference in a new issue