Skip to content

Commit

Permalink
fix: load docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Oct 31, 2023
1 parent e121017 commit 42636a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:

- name: Build and push
run: |
docker buildx build . -t docker-e2e
docker buildx build . -t docker-e2e --load
- name: Run
run: |
docker run --rm -it --privileged --name docker-e2e
docker run --name docker-e2e

0 comments on commit 42636a0

Please sign in to comment.