Skip to content

Commit

Permalink
Rename docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Jan 24, 2023
1 parent 8a7cc25 commit 358273c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -43,5 +43,5 @@ jobs:
mkdir -p target/release/
# cp ../target/release/ping target/release
touch target/release/ping
docker build -t ghcr.io/$GITHUB_REPOSITORY/ping-interop:${{ inputs.dockerTag || github.event.release.tag_name }} .
docker push ghcr.io/$GITHUB_REPOSITORY/ping-interop:${{ inputs.dockerTag || github.event.release.tag_name }}
docker build -t ghcr.io/$GITHUB_REPOSITORY/ping-interop-test:${{ inputs.dockerTag || github.event.release.tag_name }} .
docker push ghcr.io/$GITHUB_REPOSITORY/ping-interop-test:${{ inputs.dockerTag || github.event.release.tag_name }}
2 changes: 1 addition & 1 deletion test-plans/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:latest
COPY target/release/ping /usr/local/bin/testplan
LABEL org.opencontainers.image.source https://github.com/thomaseizinger/rust-libp2p
LABEL org.opencontainers.image.source https://github.com/libp2p/rust-libp2p
ENV RUST_BACKTRACE=1
ENTRYPOINT ["testplan"]

0 comments on commit 358273c

Please sign in to comment.