Skip to content

Commit b6397ad

Browse files
author
Daniel Mellum
committed
more github action testing :(
1 parent 02e0ddb commit b6397ad

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
run-test-image:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 5
16-
container: ghcr.io/danielme85/lltdb-testbench:latest
17-
credentials:
18-
username: ${{ github.actor }}
19-
password: ${{ secrets.GITHUB_TOKEN }}
16+
container:
17+
image: ghcr.io/danielme85/lltdb-testbench:latest
18+
credentials:
19+
username: ${{ github.actor }}
20+
password: ${{ secrets.GITHUB_TOKEN }}
2021

2122
steps:
2223
- name: Checkout

0 commit comments

Comments
 (0)