Skip to content

Commit

Permalink
fix bin names
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Nov 12, 2024
1 parent 66e9554 commit a19c5de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
mv target/${{ matrix.target }}/release/operator operator-${{ matrix.release_for }}
mv target/${{ matrix.target }}/release/rpc rpc-${{ matrix.release_for }}
mv target/${{ matrix.target }}/release/metrics-exporter rpc-${{ matrix.release_for }}
mv target/${{ matrix.target }}/release/metrics-exporter metrics-exporter-${{ matrix.release_for }}
mv target/${{ matrix.target }}/release/open-head open-head-${{ matrix.release_for }}
- name: upload artifacts
Expand All @@ -57,7 +57,8 @@ jobs:
operator-${{ matrix.release_for }}
rpc-${{ matrix.release_for }}
metrics-exporter-${{ matrix.release_for }}
open-head-${{ matrix.release_for }}
docker:
runs-on: ubuntu-latest
needs: [build]
Expand Down Expand Up @@ -108,7 +109,7 @@ jobs:
mv .github/image/bin/rpc-Linux-x86_64 .github/image/bin/rpc-Linux-amd64
mv .github/image/bin/metrics-exporter-Linux-x86_64 .github/image/bin/metrics-exporter-Linux-amd64
mv .github/image/bin/open-head-Linux-x86_64 .github/image/bin/open-head-Linux-amd64
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit a19c5de

Please sign in to comment.