Skip to content

Commit

Permalink
grepping wrong line
Browse files Browse the repository at this point in the history
  • Loading branch information
coillteoir committed Nov 17, 2023
1 parent e1f0259 commit 798f42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
- run: echo "Job triggered by ${{ github.event_name }}."
- uses: actions/checkout@v3
- run: docker --version
- run: docker build -t morningbot-dev . | grep morningbot-dev
- run: docker image ls
- run: docker build -t morningbot-dev .
- run: docker image ls | grep morningbot-dev

0 comments on commit 798f42f

Please sign in to comment.