ci: update go-vod Docker workflow
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/merge
parent
44ad47f5a0
commit
7acedae06c
|
@ -65,6 +65,6 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
context: './go-vod/'
|
context: './go-vod/'
|
||||||
no-cache: true
|
no-cache: true
|
||||||
file: 'Dockerfile'
|
file: './go-vod/Dockerfile'
|
||||||
tags: radialapps/go-vod:${{ steps.image_label.outputs.label }} , radialapps/go-vod:latest
|
tags: radialapps/go-vod:${{ steps.image_label.outputs.label }} , radialapps/go-vod:latest
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|
Loading…
Reference in New Issue