From 56622369f70c88e8cccad008dfb1570ddcc0fe80 Mon Sep 17 00:00:00 2001 From: Asaf Shakarzy Date: Thu, 25 Jul 2024 18:05:45 +0300 Subject: [PATCH] chore: auto build and push image when tag is published --- .github/workflows/push_ghcr.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/push_ghcr.yml b/.github/workflows/push_ghcr.yml index 7a21ef7..1622afe 100644 --- a/.github/workflows/push_ghcr.yml +++ b/.github/workflows/push_ghcr.yml @@ -5,16 +5,15 @@ name: Push ghcr # separate terms of service, privacy policy, and support # documentation. -# on: -# schedule: -# - cron: '17 18 * * *' -# push: -# branches: [ "main" ] -# # Publish semver tags as releases. -# tags: [ 'v*.*.*' ] -# pull_request: -# branches: [ "main" ] on: + # schedule: + # - cron: "17 18 * * *" + push: + # branches: ["main"] + # Publish semver tags as releases. + tags: ["v*.*.*"] + # pull_request: + # branches: ["main"] workflow_dispatch: inputs: branch: