Skip to content

Commit

Permalink
Update docker-publish-gpr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck authored Nov 20, 2024
1 parent 46ed8da commit 550d931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-gpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build (Dockerfile.buildid) with retries
run: |
for i in {1..3}; do
docker build --no-cache -f Dockerfile.buildid -t remote-buildid:${{ env.APP_ID }} --build-arg APP_ID=${{ env.APP_ID }} . && break || sleep 10
timeout 300 docker build --no-cache -f Dockerfile.buildid -t remote-buildid:${{ env.APP_ID }} --build-arg APP_ID=${{ env.APP_ID }} . && break || sleep 10
done
- name: Find the Remote buildid
Expand Down

0 comments on commit 550d931

Please sign in to comment.