diff --git a/.github/workflows/buildah.yml b/.github/workflows/buildah.yml index b04a78f..5f64e97 100644 --- a/.github/workflows/buildah.yml +++ b/.github/workflows/buildah.yml @@ -1,6 +1,9 @@ name: Build dnsmasq oci container image on: + push: + branches: + - gh-actions workflow_dispatch: inputs: custom_tag: @@ -8,11 +11,6 @@ on: required: false default: '' type: string - secrets: - QUAY_USER_NAME: - required: false - QUAY_PASSWORD: - required: false env: # Use docker.io for Docker Hub if empty