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 f1259a3 commit 479d2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# pull and test
- name : Pull Docker image
id: pull-image
run: docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
run: docker pull ${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
- name : Test Docker image
id: test-image
run: docker run ${{ env.IMAGE_NAME }}:test python -m pytest

0 comments on commit 479d2f8

Please sign in to comment.