diff --git a/.github/actions/docker-build-and-push/action.yaml b/.github/actions/docker-build-and-push/action.yaml index 0110445e9ef..3e4ae3706cf 100644 --- a/.github/actions/docker-build-and-push/action.yaml +++ b/.github/actions/docker-build-and-push/action.yaml @@ -148,4 +148,5 @@ runs: path: /tmp/*.tar retention-days: 7 compression-level: 6 - overwrite: true \ No newline at end of file + overwrite: true + if-no-files-found: error \ No newline at end of file