remove errexit ghcr.io has some edgecase rules, and isnt required for CI, just convenient at times (#3407)
This commit is contained in:
parent
4d1119c45f
commit
95b7cf96dd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
set -u
|
||||
|
||||
if [ "$#" -lt 2 ]; then
|
||||
echo 'Usage: build-docker-image.sh <dockerFile> <dockerImageTag> [<dockerBuildArgs>...]' >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue