There was an error while loading. Please reload this page.
1 parent 0ef026c commit e9bac9fCopy full SHA for e9bac9f
1 file changed
.github/workflows/build-and-test.yml
@@ -52,10 +52,10 @@ jobs:
52
53
- name: Pull image
54
run: |
55
- docker pull ghcr.io/${{ github.repository }}:${{ github.sha }}
+ docker pull ${{ needs.build.outputs.image_tag }}
56
57
- name: Run tests
58
59
- docker run --rm ghcr.io/${{ github.repository }}:${{ github.sha }} \
+ docker run --rm ${{ needs.build.outputs.image_tag }} \
60
ctest --output-on-failure
61
0 commit comments