Skip to content

Commit

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

0 comments on commit a176043

Please sign in to comment.