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