.gitea/workflows/Symfony.yml aktualisiert
Some checks failed
Build Symfony Devcontainer / build_act (push) Failing after 45s
Some checks failed
Build Symfony Devcontainer / build_act (push) Failing after 45s
This commit is contained in:
parent
c88ff6ef31
commit
05ee3248b0
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ name: "Build Symfony Devcontainer"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_act:
|
build_act:
|
||||||
|
@ -31,4 +31,5 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.euph.dev/development_tools/Symfony:latest
|
git.euph.dev/development_tools/Symfony:latest
|
||||||
git.euph.dev/development_tools/Symfony:${{ gitea.run_number }}
|
git.euph.dev/development_tools/Symfony:${{ gitea.run_number }}
|
||||||
|
|
Loading…
Reference in a new issue