Skip to content

Commit 16392c3

Browse files
authored
added entrypoint
1 parent 9200501 commit 16392c3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
permissions:
1111
contents: read
1212
packages: read
13-
container: ghcr.io/those1990/linux-dev:1.0
13+
container:
14+
image: ghcr.io/those1990/linux-dev:1.0
15+
options: --entrypoint "/bin/bash"
1416
env:
1517
HOME: /root
1618
steps:
@@ -32,7 +34,9 @@ jobs:
3234
permissions:
3335
contents: read
3436
packages: read
35-
container: ghcr.io/those1990/linux-dev:1.0
37+
container:
38+
image: ghcr.io/those1990/linux-dev:1.0
39+
options: --entrypoint "/bin/bash"
3640
env:
3741
HOME: /root
3842
steps:

0 commit comments

Comments
 (0)