Skip to content

Commit

Permalink
attempt #2 at showing tagged img name
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdvegas committed Dec 22, 2021
1 parent 3e69279 commit f99200f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
# show tagged image name to help debugging
${docker_image_tagged} = $( `
docker inspect ${docker_image} --format "{{range .RepoTags}}{{println .}}{{end}}" `
| grep -vw latest `
| grep nerdvegas `
docker inspect ${docker_image} --format "{{.RepoTags}}" `
)
Write-Output "Running DockerHub image ${docker_image_tagged}..."
Expand Down

0 comments on commit f99200f

Please sign in to comment.