Fix typo in pipeline

monorepo
Varun Patil 2023-11-01 00:41:15 -07:00
parent bb3c44acbc
commit 11c519c654
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ jobs:
- name: Get image label
id: image_label
run: echo "label=${GITHUB_REF#refs/tags/}" >> $GITHUB_STATE
run: echo "label=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: Build container image
uses: docker/build-push-action@v5

View File

@ -8,7 +8,7 @@ import (
"github.com/pulsejet/go-vod/go_vod"
)
const VERSION = "0.1.27"
const VERSION = "0.1.28"
func main() {
// Build initial configuration