mirror of
https://github.com/docker/login-action.git
synced 2024-11-14 01:33:28 +01:00
02c9ff3be2
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
21 lines
346 B
YAML
21 lines
346 B
YAML
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
|