File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
5858 ;;
5959 esac
6060 echo "using tag: --${imageTag}--"
61- docker build -t ghcr.io/${{ github.repository_owner }}/${{ github. repository.name }}:$imageTag --file ${DEVOPS_DOCKER_FILE} .
62- docker push ghcr.io/${{ github.repository_owner }}/${{ github. repository.name }}:$imageTag
61+ docker build -t ghcr.io/${{ github.repository }}:$imageTag --file ${DEVOPS_DOCKER_FILE} .
62+ docker push ghcr.io/${{ github.repository }}:$imageTag
6363
6464 # trigger a webhook update
6565 curl -H "Authorization: Bearer ${{ secrets.DELPHI_DEPLOY_WEBHOOK_TOKEN }}" \
6666 -X POST ${{ secrets.DELPHI_DEPLOY_WEBHOOK_URL }} \
6767 -H "Content-Type: application/x-www-form-urlencoded" \
68- -d "repository=ghcr.io/cmu-delphi/ ${{ github.repository.name }}&tag=$imageTag"
68+ -d "repository=ghcr.io/${{ github.repository }}&tag=$imageTag"
You can’t perform that action at this time.
0 commit comments