Skip to content

Commit

Permalink
chore: spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Oct 9, 2024
1 parent 4071274 commit bb19b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
# steps:
# -
# name: "Download Docker tar"
# uses: actions/download-artifcat@v4
# uses: actions/download-artifact@v4
# with:
# name: docker
# path: .
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
steps:
-
name: "Download Docker tar"
uses: actions/download-artifcat@v4
uses: actions/download-artifact@v4
with:
name: docker
path: /tmp
Expand Down

0 comments on commit bb19b32

Please sign in to comment.