diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index 4c94957..646227a 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -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