Skip to content

Commit

Permalink
Fix image tag in nightly workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
  • Loading branch information
alexander-demicev committed Sep 26, 2023
1 parent 2d489f5 commit 79ec082
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 79ec082

Please sign in to comment.