Skip to content

Commit

Permalink
Try retry-action
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Oct 23, 2023
1 parent 8664165 commit a7ba714
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,22 +87,23 @@ jobs:
run: ls -l
-
name: Build and test FTL in ftl-build container (QEMU)
uses: docker/build-push-action@v5.0.0
uses: Wandalen/wretry.action@v1.3.0
with:
platforms: ${{ matrix.platform }}
# Always load latest container image
pull: true
# Do not push anything
push: false
context: .
target: result
file: .github/Dockerfile
outputs: |
type=tar,dest=build.tar
build-args: |
"CI_ARCH=${{ matrix.platform }}"
"GIT_BRANCH=${{ needs.smoke-tests.outputs.GIT_BRANCH }}"
"GIT_TAG=${{ needs.smoke-tests.outputs.GIT_TAG }}"
attempt_limit: 3
action: docker/[email protected]
with: |
platforms: ${{ matrix.platform }}
pull: true
push: false
context: .
target: result
file: .github/Dockerfile
outputs: |
type=tar,dest=build.tar
build-args: |
"CI_ARCH=${{ matrix.platform }}"
"GIT_BRANCH=${{ needs.smoke-tests.outputs.GIT_BRANCH }}"
"GIT_TAG=${{ needs.smoke-tests.outputs.GIT_TAG }}"
-
name: List files in current directory
run: ls -l
Expand Down

0 comments on commit a7ba714

Please sign in to comment.