Added gitea CI/CD configuration
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 15s
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 15s
This commit is contained in:
parent
689eec88ec
commit
d1ce69a90e
@ -13,7 +13,7 @@ jobs:
|
||||
ARCH: x86_64
|
||||
VERSION: 8.3-fpm
|
||||
DOCKER_HOST: tcp://127.0.0.1:2375
|
||||
VERSIONARCH: ${VERSION}-${ARCH}
|
||||
VERSIONARCH: ${ env.VERSION }}-${{ env.ARCH }}
|
||||
|
||||
steps:
|
||||
- name: Environment Setup
|
||||
|
Loading…
Reference in New Issue
Block a user