Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jun 21, 2023
1 parent 7fd3147 commit 29e24ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# run: singularity exec docker://${{ fromJSON(steps.image-meta.outputs.json).tags[1] }} /io500 -h

- name: Verify has been posted successfully
- run: docker inspect ${{ fromJSON(steps.image-meta.outputs.json).tags[1] }}
run: docker inspect ${{ fromJSON(steps.image-meta.outputs.json).tags[1] }}

# Temp fix
# https://github.com/docker/build-push-action/issues/252
Expand Down

0 comments on commit 29e24ca

Please sign in to comment.