Skip to content

Commit

Permalink
update powerpipe and steampipe binary platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Oct 10, 2024
1 parent d94933e commit cd899b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
tags: ${{ steps.steampipemeta.outputs.tags }}
labels: ${{ steps.steampipemeta.outputs.labels }}
file: ./steampipe/Dockerfile
build-args: STEAMPIPE_BINARY_DOWNLOAD_URL="https://github.com/turbot/steampipe/releases/download/v0.24.2/steampipe_linux_amd64.tar.gz"

- name: Extract metadata (tags, labels) for Docker
id: powerpipemeta
Expand All @@ -57,4 +58,5 @@ jobs:
push: true
tags: ${{ steps.powerpipemeta.outputs.tags }}
labels: ${{ steps.powerpipemeta.outputs.labels }}
file: ./powerpipe/Dockerfile
file: ./powerpipe/Dockerfile
build-args: POWERPIPE_BINARY_DOWNLOAD_URL="https://github.com/turbot/powerpipe/releases/download/v0.4.4/powerpipe.linux.amd64.tar.gz"

0 comments on commit cd899b8

Please sign in to comment.