Skip to content

Commit

Permalink
fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Knecht committed Sep 11, 2023
1 parent 9eaad86 commit 5f6797c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,14 @@ jobs:
docker buildx create --use
docker buildx inspect --bootstrap
- name: Fill AMD64 cache
run: |
${{ env.build_and_cache }}
build_and_cache amd64
- name: Fill ARM64 cache
run: |
${{ env.build_and_cache }}
build_and_cache arm64
- name: Fill AMD64 cache
run: |
${{ env.build_and_cache }}
build_and_cache amd64
- name: Fill ARM64 cache
run: |
${{ env.build_and_cache }}
build_and_cache arm64
- name: Docker build from cache and push
if: fromJSON(env.should_push_image)
Expand Down

0 comments on commit 5f6797c

Please sign in to comment.