1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-01-30 22:09:37 +01:00

ci: fix release notary action

explicitly define entrypoint and args
This commit is contained in:
Alex Viscreanu 2024-01-20 11:17:50 +01:00
parent ec00be49b7
commit 16c18d6aee
No known key found for this signature in database

View file

@ -18,6 +18,9 @@ jobs:
uses: docker://aevea/release-notary@sha256:b77e86ce9ce4b0c8774cdb3b807b756d1d6139d73aca74388560250de259be4e
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
entrypoint: release-notary
args: publish
- name: GitHub Package Registry
uses: aevea/action-kaniko@master