mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-14 22:25:39 +01:00
b249570060
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
22 lines
346 B
YAML
22 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
|