Skip to content

Commit

Permalink
fix: docker tag format error
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Nov 25, 2024
1 parent 6d8f3d7 commit 7b89e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
file: Dockerfile
push: true
build-args: |
VERSION=${{ steps.get_pr_info.outputs.PR_NUM }}
VERSION=${{ steps.pr_info.outputs.PR_NUM }}
tags: |
civo/csi:${{ steps.get_pr_info.outputs.PR_NUM }}
civo/csi:${{ steps.pr_info.outputs.PR_NUM }}
release-build:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7b89e7b

Please sign in to comment.