Skip to content

Commit

Permalink
chore: update images
Browse files Browse the repository at this point in the history
  • Loading branch information
cilki committed Jun 29, 2024
1 parent b1186a1 commit 52d083d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified .github/images/turbine-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Find version tags
id: get_tags
run: |
set -x
for tag in $(git tag --points-at HEAD); do
echo "turbine=${tag##*-}" >>"$GITHUB_OUTPUT"
done
Expand All @@ -51,7 +52,7 @@ jobs:
if: ${{ steps.get_tags.outputs.turbine != '' }}
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64 #,linux/arm64,linux/arm/v7
push: true
tags: fossable/turbine:latest,fossable/turbine:${{ steps.get_tags.outputs.turbine }}

Expand Down

0 comments on commit 52d083d

Please sign in to comment.