Skip to content

Commit

Permalink
Fix yaml indent
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Oct 22, 2021
1 parent 7dd3b9f commit 29958e6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@ jobs:

docker-build:
needs: release
strategy:
matrix:
include:
-
docker-file: "./src/Dockerfile"
docker-tag: "amd64"
-
docker-file: "./src/Dockerfile.arm64"
docker-tag: "arm64"
-
docker-file: "./src/Dockerfile.arm32"
docker-tag: "arm32"
strategy:
matrix:
include:
-
docker-file: "./src/Dockerfile"
docker-tag: "amd64"
-
docker-file: "./src/Dockerfile.arm64"
docker-tag: "arm64"
-
docker-file: "./src/Dockerfile.arm32"
docker-tag: "arm32"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 29958e6

Please sign in to comment.