.gitea/workflows/action.yml aktualisiert
This commit is contained in:
parent
3409a27e91
commit
1a6a9aef1e
1 changed files with 1 additions and 2 deletions
|
@ -50,6 +50,7 @@ jobs:
|
||||||
username: ${{ secrets.DEPLOY_USER }}
|
username: ${{ secrets.DEPLOY_USER }}
|
||||||
password: ${{ secrets.DEPLOY_SECRET }}
|
password: ${{ secrets.DEPLOY_SECRET }}
|
||||||
- name: Build and push php image
|
- name: Build and push php image
|
||||||
|
id: build_act_php
|
||||||
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"
|
||||||
|
@ -57,5 +58,3 @@ jobs:
|
||||||
tags: |
|
tags: |
|
||||||
git.euph.dev/actions/runner-php-${{ matrix.version }}:latest
|
git.euph.dev/actions/runner-php-${{ matrix.version }}:latest
|
||||||
env:
|
env:
|
||||||
PACKAGE_VERSION: ${{ matrix.version }}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue