diff --git a/.github/workflows/go-vod.yml b/.github/workflows/go-vod.yml index 9ac91aaf..01996891 100644 --- a/.github/workflows/go-vod.yml +++ b/.github/workflows/go-vod.yml @@ -65,6 +65,6 @@ jobs: platforms: linux/amd64,linux/arm64 context: './go-vod/' no-cache: true - file: 'Dockerfile' + file: './go-vod/Dockerfile' tags: radialapps/go-vod:${{ steps.image_label.outputs.label }} , radialapps/go-vod:latest provenance: false