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 - name: Upload Docker image artifact
if: steps.gatekeeper.outputs.skip == 'false' && success() if: steps.gatekeeper.outputs.skip == 'false' && success()
uses: actions/upload-artifact@3 uses: actions/upload-artifact@v3
with: with:
name: docker-image name: docker-image
path: /tmp/image/artifact.tar path: /tmp/image/artifact.tar
retention-days: 1 retention-days: 0
push: push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -191,7 +191,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Download build env - name: Download build env
uses: actions/download-artifact@3 uses: actions/download-artifact@v3
with: with:
name: build-context name: build-context
path: /tmp/build-ctx path: /tmp/build-ctx