Skip to content

Commit

Permalink
ci: remove publish on tag
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Aug 30, 2024
1 parent 01d4f8c commit 1e67da9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,4 @@ jobs:
docker push $DH_USERNAME/$IMAGE_NAME:v${{steps.get_version.outputs.major}}
docker push $DH_USERNAME/$IMAGE_NAME:v${{steps.get_version.outputs.major}}.${{steps.get_version.outputs.minor}}
docker push $DH_USERNAME/$IMAGE_NAME:v${{steps.get_version.outputs.major}}.${{steps.get_version.outputs.minor}}.${{steps.get_version.outputs.patch}}
docker push $DH_USERNAME/$IMAGE_NAME:v${{steps.get_version.outputs.version-without-v}}
publish:
name: Publish release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish release
uses: ghalactic/github-release-from-tag@v5
docker push $DH_USERNAME/$IMAGE_NAME:v${{steps.get_version.outputs.version-without-v}}

0 comments on commit 1e67da9

Please sign in to comment.