Improved Project
This commit is contained in:
@@ -47,9 +47,9 @@ jobs:
|
|||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||||
- name: Save Docker image to tar
|
- name: Save Docker image to tar
|
||||||
run: docker save demo-app:latest > demo-app.tar
|
run: docker save demo-app:latest > demo-app.tar
|
||||||
- name: Upload image tar
|
- name: Upload image tar
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: demo-app-image
|
name: demo-app-image
|
||||||
path: demo-app.tar
|
path: demo-app.tar
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user