Skip to content

Commit

Permalink
add tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Jan 25, 2025
1 parent 3a33d12 commit 0664f47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: reecetech/[email protected]
id: version
with:
tag_prefix: panda
release_branch: main
use_api: true

Expand All @@ -40,7 +41,7 @@ jobs:
cache-to: type=inline
tags: |
pandare/panda-ng:${{ github.sha }}
pandare/panda-ng:${{ steps.version.outputs.v-version }}
pandare/panda-ng:${{ steps.version.outputs.prefixed-v-version }}
pandare/panda-ng:latest
- name: Build package
Expand All @@ -52,6 +53,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.version.outputs.v-version }}
tag_name: ${{ steps.version.outputs.prefixed-v-version }}
files: |
panda/debian/pandare*.deb

0 comments on commit 0664f47

Please sign in to comment.