eg
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user