Skip to content

Commit ae0c1b3

Browse files
authored
Update buildah.yml
Trigger it for the first time
1 parent a3fd898 commit ae0c1b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/buildah.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
name: Build dnsmasq oci container image
22

33
on:
4+
push:
5+
branches:
6+
- gh-actions
47
workflow_dispatch:
58
inputs:
69
custom_tag:
710
description: optional custom tag on remote repo you want image to be tagged with
811
required: false
912
default: ''
1013
type: string
11-
secrets:
12-
QUAY_USER_NAME:
13-
required: false
14-
QUAY_PASSWORD:
15-
required: false
1614

1715
env:
1816
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)