We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e0ddb commit b6397adCopy full SHA for b6397ad
.github/workflows/docker.yml
@@ -13,10 +13,11 @@ jobs:
13
run-test-image:
14
runs-on: ubuntu-latest
15
timeout-minutes: 5
16
- container: ghcr.io/danielme85/lltdb-testbench:latest
17
- credentials:
18
- username: ${{ github.actor }}
19
- password: ${{ secrets.GITHUB_TOKEN }}
+ container:
+ image: ghcr.io/danielme85/lltdb-testbench:latest
+ credentials:
+ username: ${{ github.actor }}
20
+ password: ${{ secrets.GITHUB_TOKEN }}
21
22
steps:
23
- name: Checkout
0 commit comments