mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2026-05-05 10:56:12 +02:00
Merge pull request #26 from Icinga/bugfix/unrecognized-if-no-files-found-input
Allow artifact upload to fail
This commit is contained in:
commit
b26c2e30f4
@ -27,7 +27,11 @@ mkimg () {
|
||||
STATE_isPost=1 node /actions/checkout/dist/index.js
|
||||
|
||||
docker save "${TARGET}:$TAG" |gzip >docker-save.tgz
|
||||
|
||||
set +e
|
||||
INPUT_NAME=docker-image INPUT_PATH=docker-save.tgz node /actions/upload-artifact/dist/index.js
|
||||
set -e
|
||||
|
||||
rm docker-save.tgz
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user