Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4dcbb11f20 | |||
| 9da134bdaf | |||
| 752bbb332f | |||
| 45404dc002 | |||
| 5a00763d8f | |||
| 4a79ce9d17 | |||
| 9d402578bd |
@@ -89,6 +89,7 @@ jobs:
|
||||
with:
|
||||
name: build-context
|
||||
path: /tmp/build-ctx/build.env
|
||||
retention-days: 1
|
||||
|
||||
- name: Set Gitea status to SUCCESS
|
||||
if: success()
|
||||
@@ -180,6 +181,7 @@ jobs:
|
||||
with:
|
||||
name: docker-image
|
||||
path: /tmp/image/artifact.tar
|
||||
retention-days: 0
|
||||
|
||||
push:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -259,11 +261,6 @@ jobs:
|
||||
source /tmp/build-ctx/build.env
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check, push]
|
||||
@@ -331,4 +328,3 @@ jobs:
|
||||
run: |
|
||||
source /tmp/build-ctx/build.env
|
||||
bash scripts/report-status.sh failure "Tag $NEXT_VERSION FAILED" ci-docker-tag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user