Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
fix: add retry-action for when builds fail due to intermittent networ…
Browse files Browse the repository at this point in the history
…k issues
  • Loading branch information
hyperreal64 committed Feb 6, 2023
1 parent c824381 commit a7cac86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ jobs:
run: podman login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} ghcr.io

- name: Build OSTree container image and push to registry
run: rpm-ostree compose image --initialize --format=registry fedora-mate.yaml ghcr.io/ublue-os/mate:latest
uses: Wandalen/wretry.action@master
with:
command: rpm-ostree compose image --initialize --format=registry fedora-mate.yaml ghcr.io/ublue-os/mate:latest
attempt_limit: 3
attempt_delay: 2000

0 comments on commit a7cac86

Please sign in to comment.