Skip to content

Commit 9cb868b

Browse files
committed
use private container
1 parent 687dd09 commit 9cb868b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
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:

0 commit comments

Comments
 (0)