Skip to content

Commit

Permalink
Update image-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored Sep 16, 2024
1 parent 2866588 commit 3a54aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: list
run: |
df -h
docker image ls -aq
docker rmi $(docker image ls -aq)
df -h
# - name: Build and push image
# uses: docker/build-push-action@v4
# with:
Expand Down

0 comments on commit 3a54aec

Please sign in to comment.