In the image prune command --all overrides --dangling=true. This removes the image git sha image tag for the latest image which prevented us from rolling back to it. I've updated the integration test to now test deploy, redeploy and rollback.
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git commit -am 'Update rev' --amend
|
|
git rev-parse HEAD > version
|