Skip to content

Commit

Permalink
ci: try fix release-native
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Mar 23, 2024
1 parent 009df3c commit 087e4ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
uses: ./.github/actions/docker-release
with:
name: hawkeye
digests: ${{needs.build-and-push-hawkeye-amd64.outputs.digest}} ${{needs.build-and-push-hawkeye-arm64.outputs.digest}}
digests: |
${{needs.build-and-push-hawkeye-amd64.outputs.digest}}
${{needs.build-and-push-hawkeye-arm64.outputs.digest}}
release-native:
runs-on: ubuntu-latest
Expand All @@ -79,4 +81,6 @@ jobs:
uses: ./.github/actions/docker-release
with:
name: hawkeye-native
digests: ${{needs.build-and-push-hawkeye-amd64.outputs.digest}} ${{needs.build-and-push-hawkeye-arm64.outputs.digest}}
digests: |
ghcr.io/${{ github.repository_owner }}/hawkeye@${{needs.build-and-push-hawkeye-amd64.outputs.digest}}
ghcr.io/${{ github.repository_owner }}/hawkeye@${{needs.build-and-push-hawkeye-arm64.outputs.digest}}

0 comments on commit 087e4ef

Please sign in to comment.