Skip to content

Commit

Permalink
Merge pull request #146 from alexander-demicev/fiximagetag
Browse files Browse the repository at this point in the history
Fix image tag in nightly workflow
  • Loading branch information
alexander-demicev committed Sep 26, 2023
2 parents 2d489f5 + 79ec082 commit 80726e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-chart-and-image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch: # Allow running manually on demand

env:
TAG: ${{ github.sha }}
TAG: v0.0.0-${{ github.sha }}
REGISTRY: ghcr.io

jobs:
Expand Down

0 comments on commit 80726e2

Please sign in to comment.