.gitea/workflows/action.yml aktualisiert
Some checks failed
CI / build_act (push) Successful in 2m30s
CI / build_php (7.3) (push) Failing after 35s
CI / build_php (7.4) (push) Failing after 37s
CI / build_php (8) (push) Failing after 44s
CI / build_php (8.1) (push) Failing after 46s
CI / build_php (8.2) (push) Successful in 3m6s
Some checks failed
CI / build_act (push) Successful in 2m30s
CI / build_php (7.3) (push) Failing after 35s
CI / build_php (7.4) (push) Failing after 37s
CI / build_php (8) (push) Failing after 44s
CI / build_php (8.1) (push) Failing after 46s
CI / build_php (8.2) (push) Successful in 3m6s
This commit is contained in:
parent
d2f0faf335
commit
8591d29e76
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ jobs:
|
||||||
registry: git.euph.dev
|
registry: git.euph.dev
|
||||||
username: ${{ secrets.DEPLOY_USER }}
|
username: ${{ secrets.DEPLOY_USER }}
|
||||||
password: ${{ secrets.DEPLOY_SECRET }}
|
password: ${{ secrets.DEPLOY_SECRET }}
|
||||||
- name: Build and push php:${{ matrix.version }}
|
- name: Build and push php image
|
||||||
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:images/actions/php"
|
context: "{{defaultContext}}:images/actions/php"
|
||||||
|
|
Loading…
Reference in a new issue