Added gitea CI/CD configuration
All checks were successful
Create Docker Image / Build Docker Image (push) Successful in 2m43s
All checks were successful
Create Docker Image / Build Docker Image (push) Successful in 2m43s
This commit is contained in:
parent
09480676d4
commit
3042c52c9f
@ -1,6 +1,9 @@
|
|||||||
name: Create Docker Image
|
name: Create Docker Image
|
||||||
run-name: ${{ gitea.actor }} Building Docker Image 🚀
|
run-name: ${{ gitea.actor }} Building Docker Image 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
|
env:
|
||||||
|
VERSION: 8.3-fpm
|
||||||
|
DOCKER_HOST: tcp://127.0.0.1:2375
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -11,8 +14,6 @@ jobs:
|
|||||||
privileged: true
|
privileged: true
|
||||||
env:
|
env:
|
||||||
ARCH: x86_64
|
ARCH: x86_64
|
||||||
VERSION: 8.3-fpm
|
|
||||||
DOCKER_HOST: tcp://127.0.0.1:2375
|
|
||||||
VERSIONARCH: ${{ env.VERSION }}-${{ env.ARCH }}
|
VERSIONARCH: ${{ env.VERSION }}-${{ env.ARCH }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user