Skip to content

Commit

Permalink
make releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Jan 14, 2025
1 parent 1a35b23 commit 47f48c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@ jobs:
tags: |
pandare/panda-ng:${{ github.sha }}
pandare/panda-ng:${{ steps.version.outputs.v-version }}
pandare/panda-ng:latest
pandare/panda-ng:latest
- name: Upload wheel and debian packages to release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.version.outputs.v-version }}

0 comments on commit 47f48c6

Please sign in to comment.