Skip to content

Commit

Permalink
debug: docker image ls
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Feb 20, 2024
1 parent 5fdbe1d commit 7b74f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/push-ghcr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ runs:
run: |
set -x
docker image ls
# Get the docker tag name != latest of the image we are currently looking at. (The version string that is)
version_tag=$(docker image ls | grep -e '^${{ inputs.docker_image }} ' | grep -v latest | awk '{print $2}' | head -n 1)
Expand Down

0 comments on commit 7b74f27

Please sign in to comment.