Skip to content

Commit 4e431d5

Browse files
author
Alan Christie
committed
Switch to v1.0.0 for job image
1 parent 1c5a39d commit 4e431d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data-manager/file-conversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- sdf
2020
image:
2121
name: informaticsmatters/file-conversion-jobs
22-
tag: 'latest'
22+
tag: '1.0.0'
2323
project-directory: /data
2424
working-directory: /data
2525
command: >-

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ version: '3.0'
33

44
# Build and push with: -
55
#
6-
# IMAGE_TAG=1.0.0 docker-compose build
7-
# IMAGE_TAG=1.0.0 docker-compose push
6+
# IMAGE_TAG=1.0.1 docker-compose build
7+
# IMAGE_TAG=1.0.1 docker-compose push
88

99
services:
1010

1111
file-conversion-jobs:
1212
build:
1313
context: .
14-
image: informaticsmatters/file-conversion-jobs:${IMAGE_TAG:-latest}
14+
image: informaticsmatters/file-conversion-jobs:${IMAGE_TAG:-1.0.0}

0 commit comments

Comments
 (0)