Skip to content

Commit

Permalink
Update buildah.yml
Browse files Browse the repository at this point in the history
Trigger it for the first time
  • Loading branch information
jlledom authored Apr 22, 2024
1 parent a3fd898 commit ae0c1b3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/buildah.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: Build dnsmasq oci container image

on:
push:
branches:
- gh-actions
workflow_dispatch:
inputs:
custom_tag:
description: optional custom tag on remote repo you want image to be tagged with
required: false
default: ''
type: string
secrets:
QUAY_USER_NAME:
required: false
QUAY_PASSWORD:
required: false

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit ae0c1b3

Please sign in to comment.