Skip to content

Commit 5af8969

Browse files
committed
nope, the last run confirms that if one step uses a container, the next step doesn't execute in that container. How do I get a set of steps to execute inside the same damn container?
1 parent 9f64aa9 commit 5af8969

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ jobs:
2222
sudo lsmod
2323
shell: bash
2424

25-
- name: Enter a docker environment
26-
uses: docker://debian:buster-slim
27-
28-
- uses: actions/checkout@v2
29-
3025
- name: Execute script to build linux AppImage
26+
container: debian:buster-slim
3127
run: "build/linux/buildAppImage.sh"
3228
shell: bash
3329

0 commit comments

Comments
 (0)