Skip to content

Commit 2886efb

Browse files
committed
build: fix repo name
1 parent c516437 commit 2886efb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_fast.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)