Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 63ce59e604 | |||
| a566998180 | |||
| 1239cc5673 |
@@ -259,6 +259,11 @@ jobs:
|
|||||||
source /tmp/build-ctx/build.env
|
source /tmp/build-ctx/build.env
|
||||||
bash scripts/report-status.sh failure "Docker push $NEXT_VERSION FAILED" ci-docker-push
|
bash scripts/report-status.sh failure "Docker push $NEXT_VERSION FAILED" ci-docker-push
|
||||||
|
|
||||||
|
- name: Clean up Docker image artifact
|
||||||
|
if: steps.gatekeeper.outputs.skip == 'false'
|
||||||
|
run: |
|
||||||
|
rm -f /tmp/image/artifact.tar
|
||||||
|
|
||||||
tag-commit:
|
tag-commit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [check, push]
|
needs: [check, push]
|
||||||
@@ -326,3 +331,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source /tmp/build-ctx/build.env
|
source /tmp/build-ctx/build.env
|
||||||
bash scripts/report-status.sh failure "Tag $NEXT_VERSION FAILED" ci-docker-tag
|
bash scripts/report-status.sh failure "Tag $NEXT_VERSION FAILED" ci-docker-tag
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user