Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jul 12, 2023
1 parent c7bf48f commit b0fb505
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion container-build-push-3rd-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A action to build and push container image for 3rd gen.

## Example

```yml
```yml
name: Build Container Image

on:
Expand Down
2 changes: 1 addition & 1 deletion container-build-push-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A action to build and push container into docker.io.

## Example

```yml
```yml
name: Build Container Image

on:
Expand Down
2 changes: 1 addition & 1 deletion container-build-push-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ runs:
image-platforms: ${{ inputs.image-platforms }}
registry: "docker.io"
registry-username: ${{ inputs.registry-username }}
registry-password: ${{ inputs.registry-password }}
registry-password: ${{ inputs.registry-password }}
2 changes: 1 addition & 1 deletion container-build-push-generic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A action to build and push container image.

## Example

```yml
```yml
name: Build Container Image

on:
Expand Down
2 changes: 1 addition & 1 deletion container-build-push-ghcr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A action to build and push container into ghcr.io.

## Example

```yml
```yml
name: Build Container Image

on:
Expand Down

0 comments on commit b0fb505

Please sign in to comment.