This commit is contained in:
moilanik
2026-06-15 13:51:33 +03:00
parent 9da134bdaf
commit 35c785e066
+3 -3
View File
@@ -177,11 +177,11 @@ jobs:
- name: Upload Docker image artifact
if: steps.gatekeeper.outputs.skip == 'false' && success()
uses: actions/upload-artifact@3
uses: actions/upload-artifact@v3
with:
name: docker-image
path: /tmp/image/artifact.tar
retention-days: 1
retention-days: 0
push:
runs-on: ubuntu-latest
@@ -191,7 +191,7 @@ jobs:
- uses: actions/checkout@v4
- name: Download build env
uses: actions/download-artifact@3
uses: actions/download-artifact@v3
with:
name: build-context
path: /tmp/build-ctx