Skip to content

Commit

Permalink
Update cicd_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant authored Jul 10, 2024
1 parent 332b023 commit fdbae35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# pull and test
- name : Pull Docker image
id: pull-image
run: docker pull ${{ env.DOCKER_IMAGE_NAME }}${{ steps.meta.outputs.tags }}
run: docker pull ghcr.io/ignf/pdal-ign-plugin:${{ steps.meta.outputs.tags }}
- name : Test Docker image
id: test-image
run: docker run ${{ env.DOCKER_IMAGE_NAME }}${{ steps.meta.outputs.tags }} python -m pytest
run: docker run ghcr.io/ignf/pdal-ign-plugin:${{ steps.meta.outputs.tags }} python -m pytest

0 comments on commit fdbae35

Please sign in to comment.