From 2be3a40b232a36a8716c70260c952381db7de321 Mon Sep 17 00:00:00 2001 From: bobokun Date: Thu, 5 Sep 2024 20:39:19 -0400 Subject: [PATCH] edit version.yml --- .github/workflows/version.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 6c5c00b..bf99835 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -1,7 +1,7 @@ name: Docker Version Release on: - create: + push: tags: - v* @@ -53,6 +53,7 @@ jobs: tags: | ${{ secrets.DOCKER_HUB_USERNAME }}/actualtap-py:${{ steps.get_version.outputs.VERSION }} ghcr.io/${{ github.repository_owner }}/actualtap-py:${{ steps.get_version.outputs.VERSION }} + - name: Create release id: create_release uses: softprops/action-gh-release@v2