From ae0c1b364f18f24c9d4b3eb8106982394c1edb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Lled=C3=B3?= Date: Mon, 22 Apr 2024 17:09:42 +0200 Subject: [PATCH] Update buildah.yml Trigger it for the first time --- .github/workflows/buildah.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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