Skip to content

Commit

Permalink
use tag for container version (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
srliao authored Dec 5, 2024
1 parent a90278e commit aa5b581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-containers-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
force: true
pushImages: true
sendNotifications: true
version: nightly
version: ${{ github.ref_name }}

0 comments on commit aa5b581

Please sign in to comment.