Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Jan 4, 2024
1 parent 2b014bb commit 184f8b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
ContainerId=$(sudo docker ps -q -f name=${{ env.IMAGE_NAME }}) &&
ImageId=$(sudo docker inspect -f '{{.Image}}' $containerId) &&
echo "miro" &&
echo $(sudo docker ps -q -f name=${{ env.IMAGE_NAME }}) &&
echo $(sudo docker inspect -f '{{.Image}}' $containerId) &&
echo $ContainerId &&
echo $ImageId &&
if [ $ContainerId ]; then
Expand Down

0 comments on commit 184f8b6

Please sign in to comment.