Skip to content

Commit

Permalink
build: delete docker image after Nightly dev test run.
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj committed Jun 3, 2024
1 parent 5edd6f3 commit 4b14888
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-run-dev-version-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,9 @@ jobs:
name: Remove docker image
if: ${{ always() }}
needs: test
run: docker rmi -f ghcr.io/ansys/pyfluent:v25.1.0

steps:
- uses: actions/checkout@v4

- name: Delete 25.1 Fluent docker image
run: docker rmi -f ghcr.io/ansys/pyfluent:v25.1.0

0 comments on commit 4b14888

Please sign in to comment.