1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-18 23:03:06 +00:00

upload plan more better

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2023-04-27 17:03:09 -04:00
parent 9eaad64ecf
commit 113c1a6d07
Failed to extract signature

View file

@ -47,9 +47,10 @@ jobs:
dot -Tpng plan.dot > plan.png
- uses: actions/upload-artifact@v3
if: ${{ failure() || success() }}
with:
name: plan.png
path: plan.png
name: plan
path: plan.*
- name: Terraform Apply
if: ${{ github.event_name == 'push' }}