Skip to content

Commit b277608

Browse files
authored
Merge pull request #23 from opengovern/fix-folder-reorganization
fix: fix github action
2 parents 955b143 + 4bebf87 commit b277608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)