Skip to content

Commit

Permalink
update typo for workflows
Browse files Browse the repository at this point in the history
Dolpheus89 committed Jan 3, 2025
1 parent 7b80d2d commit 1fcf5b3
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod-client.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ jobs:
name: Set up Docker Buildx


# build an push the newly created image
# build and push the newly created image

- uses: docker/build-push-action@v2
name: Build and push
2 changes: 1 addition & 1 deletion .github/workflows/prod-server.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:
name: Set up Docker Buildx


# build an push the newly created image
# build and push the newly created image

- uses: docker/build-push-action@v2
name: Build and push
2 changes: 1 addition & 1 deletion .github/workflows/staging-client.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ jobs:
name: Set up Docker Buildx


# build an push the newly created image
# build and push the newly created image

- uses: docker/build-push-action@v2
name: Build and push
2 changes: 1 addition & 1 deletion .github/workflows/staging-server.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:
name: Set up Docker Buildx


# build an push the newly created image
# build and push the newly created image

- uses: docker/build-push-action@v2
name: Build and push

0 comments on commit 1fcf5b3

Please sign in to comment.