mirror of
https://github.com/GothenburgBitFactory/task-timewarrior-hook.git
synced 2025-06-26 10:54:27 +02:00
Remove hyphen from Docker Compose call
This commit is contained in:
parent
73934d5094
commit
74f26d517e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
@ -57,11 +57,11 @@ jobs:
|
||||||
GITHUB_USER: ${{ github.repository_owner }}
|
GITHUB_USER: ${{ github.repository_owner }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CONTAINER: ${{ matrix.container }}
|
CONTAINER: ${{ matrix.container }}
|
||||||
run: docker-compose build ${CONTAINER}
|
run: docker compose build ${CONTAINER}
|
||||||
- name: Test ${{ matrix.name }}
|
- name: Test ${{ matrix.name }}
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
OWNER: ${{ env.REPOSITORY }}
|
OWNER: ${{ env.REPOSITORY }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CONTAINER: ${{ matrix.container }}
|
CONTAINER: ${{ matrix.container }}
|
||||||
run: docker-compose run ${CONTAINER}
|
run: docker compose run ${CONTAINER}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue