From aab7bd797a72af88b7bd5f05e05449c8a3fe7ab1 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 30 Nov 2021 11:18:02 +0900 Subject: [PATCH] Update publish-image.yml --- .github/workflows/publish-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 677880d1..fe54ba89 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -5,10 +5,9 @@ on: - cron: '0 10 * * *' # everyday at 10am push: branches: - - '**' + - master tags: - 'v*.*.*' - pull_request: jobs: docker: