Added gitea CI/CD configuration
Create Docker Image / Build Docker Image (push) Successful in 2m43s Details

This commit is contained in:
Deon George 2024-04-07 11:16:31 +10:00
parent 09480676d4
commit 3042c52c9f
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,9 @@
name: Create Docker Image
run-name: ${{ gitea.actor }} Building Docker Image 🚀
on: [push]
env:
VERSION: 8.3-fpm
DOCKER_HOST: tcp://127.0.0.1:2375
jobs:
build:
@ -11,8 +14,6 @@ jobs:
privileged: true
env:
ARCH: x86_64
VERSION: 8.3-fpm
DOCKER_HOST: tcp://127.0.0.1:2375
VERSIONARCH: ${{ env.VERSION }}-${{ env.ARCH }}
steps: