Skip to content

Commit

Permalink
actually use container.image
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brody committed Aug 15, 2024
1 parent 8ab3e71 commit a2c91e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ jobs:
e2e:
runs-on: ubuntu-22.04
needs: build-and-push-image
container:
image: ghcr.io/${{ needs.build.outputs.image_tag }}
steps:
- uses: docker://ghcr.io/${{ needs.build.outputs.image_tag }}
- run: /urbanstats/test-ci.sh
2 changes: 1 addition & 1 deletion react/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RUN apt-get -y install libx11-6:i386
RUN apt-get -y install fluxbox

COPY ./ ./
CMD /urbanstats/test-ci.sh
ENTRYPOINT [ "/bin/bash" ]

0 comments on commit a2c91e7

Please sign in to comment.