3
0
Fork 0
mirror of https://gitea.com/docker/build-push-action.git synced 2024-11-21 17:09:40 +01:00
docker-build-push/.github/workflows/publish.yml
CrazyMax b249570060
ci: publish as immutable action workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-10-25 13:18:56 +02:00

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