Skip to content

Commit

Permalink
chore: add none existing image
Browse files Browse the repository at this point in the history
  • Loading branch information
carslen committed Oct 23, 2024
1 parent 52cff06 commit ec1628e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/failure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

echo "This script will fail"

images=("alpine" "ubuntu")
images=("alpine" "gibtsnicht:1.12.123")

for image in "${images[@]}"; do
echo "Pull $image"
Expand Down

0 comments on commit ec1628e

Please sign in to comment.