Skip to content

Commit

Permalink
see if i can get hash info
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jul 22, 2024
1 parent df2858f commit f4a4dd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
REPO_DIR: /srv/repo
NO_PUSH: true

- name: print the image name
run: |
echo ${{ steps.build-and-push.outputs.IMAGE_SHA_TAG }}
# Lets us monitor disks getting full as images get bigger over time
- name: Show how much disk space is left
run: df -h

0 comments on commit f4a4dd1

Please sign in to comment.