Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbradley1 committed Jun 28, 2024
1 parent 10eb4ca commit 514298a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: build docker image
- name: Build docker image
uses: docker/build-push-action@v2
with:
context: .devcontainer
Expand All @@ -46,7 +46,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: build docker image
- name: Build docker image
uses: docker/build-push-action@v2
with:
context: .
Expand All @@ -59,7 +59,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: build docker image
- name: Build docker image
uses: docker/build-push-action@v2
with:
context: .
Expand Down

0 comments on commit 514298a

Please sign in to comment.