This commit is contained in:
@@ -10,8 +10,8 @@ steps:
|
||||
commands:
|
||||
- docker pull php:8-fpm-alpine
|
||||
- docker pull vistanarvas/simple-laravel:dev-alpine
|
||||
- BASE_IMG=$(docker inspect php:8-fpm-alpine --format='{{.Created}})'
|
||||
- PREV_IMG=$(docker inspect vistanarvas/simple-laravel:dev-alpine --format='{{.Created}})'
|
||||
- BASE_IMG=$(docker inspect php:8-fpm-alpine --format='{{.Created}}')
|
||||
- PREV_IMG=$(docker inspect vistanarvas/simple-laravel:dev-alpine --format='{{.Created}}')
|
||||
- echo $BASE_IMG
|
||||
- echo $PREV_IMG
|
||||
- BASE_DATE=$(date -d "$BASE_IMG" +%s)
|
||||
|
||||
Reference in New Issue
Block a user