update
Some checks failed
ci / build (amd64) (push) Failing after 52s

This commit is contained in:
2023-08-24 15:21:44 +08:00
parent 177afd6374
commit f6b29e6fe7

View File

@ -6,7 +6,7 @@ on:
- "main"
env:
ATTRIBUTES: { "git_url": "https://git.treesir.pub/demoTest/simple-web-service", "git_branch": "main", "git_auth": false, "registry_auth": true, "registry_username": "yangzun", "registry_password": "${{ secrets.CI_REGISTRY_PASSWORD }}", "image": "yangzun/simple-web-service:${{ github.sha }}", "namespace": "default", "name": "simple-web-service", "ports": [8080] }
ATTRIBUTES: '{ "git_url": "https://git.treesir.pub/demoTest/simple-web-service", "git_branch": "main", "git_auth": false, "registry_auth": true, "registry_username": "yangzun", "registry_password": "${{ secrets.CI_REGISTRY_PASSWORD }}", "image": "yangzun/simple-web-service:${{ github.sha }}", "namespace": "default", "name": "simple-web-service", "ports": [8080] }'
jobs:
build: