From a9799679ee67b8161fdc55191e38b39385d07a95 Mon Sep 17 00:00:00 2001 From: timglabisch Date: Thu, 24 Aug 2023 21:24:27 +0200 Subject: [PATCH] ... --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 10cf422..895368f 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -87,8 +87,8 @@ jobs: path: binaries - name: Build and push run: | - cp /binaries/easypwned-${{ matrix.container.rust_target }}/easypwned_${{ matrix.container.rust_target }} binary_easypwned - cp /binaries/easypwned-${{ matrix.container.rust_target }}/easypwned_haveibeenpwned_downloader_${{ matrix.container.rust_target }} binary_easypwned_haveibeenpwned_downloader + cp binaries/easypwned-${{ matrix.container.rust_target }}/easypwned_${{ matrix.container.rust_target }} binary_easypwned + cp binaries/easypwned-${{ matrix.container.rust_target }}/easypwned_haveibeenpwned_downloader_${{ matrix.container.rust_target }} binary_easypwned_haveibeenpwned_downloader docker buildx build -o type=docker --platform linux/${{ matrix.container.arch }} -t easybill/easypwned:${{github.ref_name}}_${{ matrix.container.arch }} . docker push easybill/easypwned:${{github.ref_name}}_${{ matrix.container.arch }}