File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 tags : |
137137 ghcr.io/${{ github.repository_owner }}/steampipe-plugin-github:0.0.1
138138 ghcr.io/${{ github.repository_owner }}/steampipe-plugin-github:${{ needs.build.outputs.latest_tag }}
139- file : steampipe- plugin-github /docker/Dockerfile
139+ file : plugin/cloudql /docker/Dockerfile
140140 context : .
141141 deploy-local-describer :
142142 needs :
@@ -153,10 +153,10 @@ jobs:
153153 uses : actions/download-artifact@v3
154154 with :
155155 name : local-og-describer-github
156- path : ./describer
156+ path : .
157157 - name : Unpack Local Describer Artifact
158158 run : |
159- tar -xvf ./describer/ local.tar -C ./describer
159+ tar -xvf local.tar
160160 - name : Log in to Container Registry
161161 uses : docker/login-action@v2
162162 with :
You can’t perform that action at this time.
0 commit comments