Skip to content

Commit 0edc5a9

Browse files
workflow corrected
1 parent 3ce95af commit 0edc5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Checkout repository
1414
run: |
15-
docker login -u ilanaliouchouche -p ${{ secrets.GHCR_PAT }} ghcr.io
15+
docker login -u ilanaliouchouche -p ${{ secrets.QD_PAT }} ghcr.io
1616
docker build -t ghcr.io/mlengineershub/quickdraw:latest .
1717
docker build -t ghcr.io/mlengineershub/quickdraw-endpoints:latest -f endpoints/Dockerfile .
1818
docker push ghcr.io/mlengineershub/quickdraw:latest

0 commit comments

Comments
 (0)