Added gitea CI/CD configuration
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 15s

This commit is contained in:
Deon George 2024-04-07 11:05:28 +10:00
parent 689eec88ec
commit d1ce69a90e

View File

@ -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