From 9c0873287a409fd41a2f86d7eb503b48716c2d93 Mon Sep 17 00:00:00 2001 From: James hong Date: Thu, 28 Nov 2024 11:32:26 +1000 Subject: [PATCH] build change update action to push image when built by on_release_published.yaml --- .github/workflows/on_release_published.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on_release_published.yaml b/.github/workflows/on_release_published.yaml index 7d9e0328..94e1be50 100644 --- a/.github/workflows/on_release_published.yaml +++ b/.github/workflows/on_release_published.yaml @@ -21,3 +21,4 @@ jobs: image_tag: ${{ github.ref_name }} tag_latest: true token: ${{ secrets.GITHUB_TOKEN }} + push: true