Skip to content

Commit

Permalink
Update stage0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel authored Oct 24, 2023
1 parent c1ae412 commit 94581d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ jobs:
with:
name: docker_image
path: /tmp
- name: Load image
run: |
docker load --input /tmp/docker_image.tar
docker image ls -a
test_stage:
runs-on: ubuntu-latest
needs: check
container:
image: /tmp/docker_image
image: docker_image
steps:
- name: test
run: echo "test"
Expand Down

0 comments on commit 94581d0

Please sign in to comment.