node-python image
Some checks failed
docker-node image / build (arm64) (push) Successful in 1m9s
node-python image / build (amd64) (push) Failing after 1m33s
node-python image / build (arm64) (push) Failing after 23s
node-python image / amend-manifest (push) Has been skipped
docker-node image / build (amd64) (push) Successful in 2m55s
docker-node image / amend-manifest (push) Successful in 14s

This commit is contained in:
thuanle
2025-08-15 10:07:24 +07:00
parent 0f2cfe6a54
commit dc43aacaa8
4 changed files with 99 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
name: Weekly Docker Build
name: docker-node image
on:
push:
@@ -43,7 +43,7 @@ jobs:
docker push ${{ env.IMAGE_BASE }}:${{ env.IMAGE }}-${{ matrix.arch }}-latest
amend-manifest:
runs-on: ubuntu-latest
runs-on: linux
needs: [build]
steps:
- name: Login to Docker Registry