fixed wrong package naming in runner's script
This commit is contained in:
parent
121f962867
commit
f540c47351
|
|
@ -95,11 +95,11 @@ jobs:
|
|||
if: ${{ success() }}
|
||||
run: |
|
||||
echo "VERSION_NUMBER=$(date +'%y%m%d.%H%M%S')" >> $GITHUB_ENV
|
||||
docker build -t git.targo.ca/targo/targo_backend_staging:2.${{ env.VERSION_NUMBER }} .
|
||||
docker tag git.targo.ca/targo/targo_backend_staging:2.${{ env.VERSION_NUMBER }} git.targo.ca/targo/targo_backend_staging:latest
|
||||
docker build -t git.targo.ca/targo/targo-backend-staging:2.${{ env.VERSION_NUMBER }} .
|
||||
docker tag git.targo.ca/targo/targo-backend-staging:2.${{ env.VERSION_NUMBER }} git.targo.ca/targo/targo-backend-staging:latest
|
||||
docker login -u ${{ secrets.CI_USER }} -p ${{ secrets.CI_PASSWORD }} git.targo.ca
|
||||
docker push git.targo.ca/targo/targo_backend_staging:2.${{ env.VERSION_NUMBER }}
|
||||
docker push git.targo.ca/targo/targo_backend_staging:latest
|
||||
docker push git.targo.ca/targo/targo-backend-staging:2.${{ env.VERSION_NUMBER }}
|
||||
docker push git.targo.ca/targo/targo-backend-staging:latest
|
||||
|
||||
- name: Notify Google Chat
|
||||
if: ${{ failure() }} # Use always to ensure that the notification is also send on failure of former steps
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user