Skip to content

Commit

Permalink
feat: update build process
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Dec 22, 2024
1 parent 63871b9 commit 58d6d47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ jobs:
with:
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/steampipe-service:${{ needs.tag.outputs.latest_tag }}
ghcr.io/${{ github.repository_owner }}/steampipe-plugin-base:0.0.1
ghcr.io/${{ github.repository_owner }}/steampipe-plugin-base:${{ needs.tag.outputs.latest_tag }}
file: docker/SteampipeBaseImageDockerfile
build-args: |
PLUGIN_REGISTRY=ghcr.io/opengovern
Expand Down

0 comments on commit 58d6d47

Please sign in to comment.