Skip to content

Commit

Permalink
ci: pin tag for upstream relayer image
Browse files Browse the repository at this point in the history
Trying out a new version of the relayer, including updated
protobufs, from PR [0]. Built that container locally, based on the
checked out PR, and pushed to ghcr within our GH org.

[0] cosmos/relayer#1168
  • Loading branch information
conorsch committed Apr 11, 2023
1 parent 1936cf5 commit bae8e26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployments/containerfiles/Dockerfile-relayer
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM ghcr.io/cosmos/relayer:main AS upstream
# FROM ghcr.io/cosmos/relayer:main AS upstream
# Temporarily track upstream image built from unmerged PR:
# https://github.com/cosmos/relayer/pull/1168
FROM ghcr.io/penumbra-zone/relayer:penumbra-proto-update AS upstream
FROM docker.io/debian:stable

# Normal user config build args
Expand Down

0 comments on commit bae8e26

Please sign in to comment.