Skip to content
Snippets Groups Projects
Unverified Commit ef9f91de authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Update e2e.yml

parent 9997d1b9
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,6 @@ jobs:
- name: cleanup, stop container ${{ env.DOCKER_CONTAINER_NAME }}
if: always()
run: docker stop ${DOCKER_CONTAINER_NAME}
-name: cleanup, remove image ${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_IMAGE_TAG }}
- name: cleanup, remove image ${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_IMAGE_TAG }}
if: success()
run: docker rmi ${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment