Skip to content

Commit

Permalink
just show what we've got instead of guessing
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dull committed Sep 28, 2024
1 parent 242c6c8 commit f6a35d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
- name: Run New Docker Image
id: run-pyterrabacktyl-image
run: |
docker run -d localhost/${{ env.IMAGE_NAME }}
docker images
#docker run -d localhost/${{ env.IMAGE_NAME }}
- name: Show Docker Tags
run: docker images
Expand Down

0 comments on commit f6a35d7

Please sign in to comment.