Skip to content

Commit

Permalink
ci: use generic test container
Browse files Browse the repository at this point in the history
In go-debos/test-containers#30 we simplified the test containers by
only creating one container for both fakemachine/debos instead of creating
separate containers for each project. Use the new container.

Signed-off-by: Christopher Obbard <[email protected]>
  • Loading branch information
obbardc authored and sjoerdsimons committed Dec 29, 2023
1 parent e0ba99c commit 7c90049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run:
shell: bash
container:
image: ghcr.io/go-debos/test-containers/fakemachine-${{matrix.os}}:main
image: ghcr.io/go-debos/test-containers/${{matrix.os}}:main
options: >-
--security-opt label=disable
--cap-add=SYS_PTRACE
Expand Down

0 comments on commit 7c90049

Please sign in to comment.