Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KalinaLadnay authored Mar 24, 2021
1 parent b3ad99a commit 0e7baf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd ../../src/tripviewer
docker build . -f ./../../dockerfiles/Dockerfile_1 --no-cache --build-arg IMAGE_VERSION="1.0" --build-arg IMAGE_CREATE_DATE="`date -u +"%Y-%m-%dT%H:%M:%SZ"`" --build-arg IMAGE_SOURCE_REVISION="`git rev-parse HEAD`" -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/tripinsights/tripviewer:1.0
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/tripinsights/tripviewer:1.0
cd .../../src/userprofile
cd ../../src/userprofile
docker build . -f ./../../dockerfiles/Dockerfile_2 --no-cache --build-arg IMAGE_VERSION="1.0" --build-arg IMAGE_CREATE_DATE="`date -u +"%Y-%m-%dT%H:%M:%SZ"`" --build-arg IMAGE_SOURCE_REVISION="`git rev-parse HEAD`" -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/tripinsights/userprofile:1.0
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/tripinsights/userprofile:1.0
cd ../../src/trip
Expand Down

0 comments on commit 0e7baf0

Please sign in to comment.