retry workflow

This commit is contained in:
irving
2025-10-04 00:01:09 -04:00
parent 82ed75a95c
commit 6d19ffc9e8

View File

@@ -13,7 +13,7 @@ on:
jobs:
docker:
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -37,4 +37,3 @@ jobs:
-t ${REGISTRY}/peipei/backend:latest \
--push \
.