Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 8bb4c86

Browse files
committed
fix tag publish
1 parent 8a5ddb0 commit 8bb4c86

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,15 @@ jobs:
7676
script:
7777
- docker build -t cscfi/beacon-python .
7878
- docker push cscfi/beacon-python:latest
79-
- cd dataloader
79+
- cd deploy/dataloader
8080
- docker build -t cscfi/beacon-dataloader .
8181
- docker push cscfi/beacon-dataloader:latest
8282
- stage: image tag
8383
name: "Image Tag Publish"
8484
before_script:
85-
- cd deploy
8685
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
8786
script:
88-
- docker build -t cscfi/beacon-python .
87+
- docker build -t cscfi/beacon-python:$TRAVIS_TAG .
8988
- docker push cscfi/beacon-python:$TRAVIS_TAG
9089

9190
notifications:

0 commit comments

Comments
 (0)