Improved Project
Some checks failed
Build and Deploy Demo App / test (push) Successful in 11s
Build and Deploy Demo App / build (push) Failing after 5m49s
Build and Deploy Demo App / scan (push) Has been skipped
Build and Deploy Demo App / deploy (push) Has been skipped

This commit is contained in:
2025-11-26 12:00:04 +03:30
parent 95dd832303
commit 428b11e37a

View File

@@ -47,9 +47,9 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
- name: Save Docker image to tar
run: docker save demo-app:latest > demo-app.tar
- name: Upload image tar
uses: actions/upload-artifact@v4
with:
- name: Upload image tar
uses: actions/upload-artifact@v4
with:
name: demo-app-image
path: demo-app.tar
retention-days: 1