This commit is contained in:
Rodolfo Berrios
2021-06-03 14:14:25 -04:00
parent fbd0e1a6e2
commit 0d12e5dd8a
2 changed files with 20 additions and 7 deletions

View File

@@ -1,11 +1,6 @@
name: Build and Push httpd-php
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
jobs:
build:
@@ -19,7 +14,7 @@ jobs:
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: my-chevereto
image: ${{ secrets.REGISTRY_IMAGE }}
tags: latest ${{ github.sha }}
dockerfiles: |
./httpd-php.Dockerfile