Compare commits

..

2 Commits

Author SHA1 Message Date
854301d7b0 Added gitea CI/CD configuration
All checks were successful
Create Docker Image / Build Docker Image (push) Successful in 2m41s
2024-04-07 11:10:47 +10:00
44777f7856 Added gitea CI/CD configuration 2024-04-07 09:12:42 +10:00

View File

@ -1,9 +1,6 @@
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:
@ -14,6 +11,8 @@ 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: