Skip to content

Commit eb9ef04

Browse files
committed
use private container
1 parent 687dd09 commit eb9ef04

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: oven/bun:debian
12+
image: abdulari/test:1
13+
credentials:
14+
username: ${{ secrets.DOCKER_USERNAME }}
15+
password: ${{ secrets.DOCKER_PASSWORD }}
1316
permissions:
1417
contents: write
1518
steps:
@@ -21,6 +24,7 @@ jobs:
2124

2225
- name: deploy to gh-pages
2326
run: |
24-
git worktree add -B gh-pages gh-pages origin/gh-pages
27+
git config --global --add safe.directory /__w/react-demo/react-demo
28+
git worktree add -B gh-pages gh-pages
2529
cp -r ui/dist/* gh-pages/
2630
cd gh-pages && git add . && git commit -m "Update gh-pages" && git push origin gh-pages

0 commit comments

Comments
 (0)