Skip to content

Commit

Permalink
fix bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Nov 12, 2024
1 parent a19c5de commit f1f0cd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
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 @@ -105,10 +105,10 @@ jobs:
# Dockerfile simple
- name: Rename artifacts
run: |+
mv .github/image/bin/operator-Linux-x86_64 .github/image/bin/operator-Linux-amd64
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
mv .github/images/hcp/bin/operator-Linux-x86_64 .github/images/hcp/bin/operator-Linux-amd64
mv .github/images/hcp/bin/rpc-Linux-x86_64 .github/images/hcp/bin/rpc-Linux-amd64
mv .github/images/hcp/bin/metrics-exporter-Linux-x86_64 .github/images/hcp/bin/metrics-exporter-Linux-amd64
mv .github/images/hcp/bin/open-head-Linux-x86_64 .github/images/hcp/bin/open-head-Linux-amd64
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit f1f0cd6

Please sign in to comment.