Skip to content

Commit

Permalink
CI-publishing: delete dependency image from container once published …
Browse files Browse the repository at this point in the history
…by ci
  • Loading branch information
AlyaGomaa committed May 23, 2024
1 parent 71a089a commit e418421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
with:
context: ./
file: ./docker/dependency-image/Dockerfile
tags: ${ IMAGE_NAME }
tags: ${{ env.IMAGE_NAME }}
push: true

- name: Delete image from CI container to save space
Expand Down

0 comments on commit e418421

Please sign in to comment.