Skip to content

Commit

Permalink
edit version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobokun committed Sep 6, 2024
1 parent 0abfe93 commit 2be3a40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Docker Version Release

on:
create:
push:
tags:
- v*

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2be3a40

Please sign in to comment.