Skip to content

Commit

Permalink
Actually fix dummy file
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Jan 24, 2023
1 parent a176043 commit d894932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-interop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: |
cd test-plans;
# cargo build --release
touch ../target/release/ping
mkdir -p target/release/
cp ../target/release/ping target/release
# cp ../target/release/ping target/release
touch target/release/ping
docker build -t ghcr.io/$GITHUB_REPOSITORY/ping-interop:${{ github.event.release.tag_name }} .
docker push ghcr.io/$GITHUB_REPOSITORY/ping-interop:${{ github.event.release.tag_name }}

0 comments on commit d894932

Please sign in to comment.