mirror of
https://github.com/docker/login-action.git
synced 2026-07-09 10:55:37 +00:00
Compare commits
4 Commits
e64826ac12
...
e9dcbf9d66
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9dcbf9d66 | ||
|
|
7adc8718ab | ||
|
|
06895751d1 | ||
|
|
02c9ff3be2 |
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