Skip to content

Commit

Permalink
Merge pull request #23 from opengovern/fix-folder-reorganization
Browse files Browse the repository at this point in the history
fix: fix github action
  • Loading branch information
artaasadi authored Jan 14, 2025
2 parents 955b143 + 4bebf87 commit b277608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
tags: |
ghcr.io/${{ github.repository_owner }}/steampipe-plugin-github:0.0.1
ghcr.io/${{ github.repository_owner }}/steampipe-plugin-github:${{ needs.build.outputs.latest_tag }}
file: steampipe-plugin-github/docker/Dockerfile
file: plugin/cloudql/docker/Dockerfile
context: .
deploy-local-describer:
needs:
Expand All @@ -153,10 +153,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: local-og-describer-github
path: ./describer
path: .
- name: Unpack Local Describer Artifact
run: |
tar -xvf ./describer/local.tar -C ./describer
tar -xvf local.tar
- name: Log in to Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit b277608

Please sign in to comment.