Skip to content

Commit

Permalink
fix: build-breaking typo in cookiecutter.json
Browse files Browse the repository at this point in the history
The tag for the argbash docker container is currently set to 'sha-0d046a', which doesn't exist and
causes a build failure. This commit updates to 'sha-0d046ad', which is a valid tag.
  • Loading branch information
cdstelly authored Aug 1, 2024
1 parent 310fecb commit e878f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"argbash": {
"image": "argbash",
"namespace": "matejak",
"tag": "sha-0d046a",
"tag": "sha-0d046ad",
"registry": ""
},
"db": {
Expand Down

0 comments on commit e878f3d

Please sign in to comment.