Skip to content

Commit

Permalink
Fix build image for the relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Aug 22, 2024
1 parent 1ae7014 commit a95f038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ jobs:
with:
context: ./relayer
push: true
tags: ${{ steps.create_tag.outputs.tag }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.create_tag.outputs.tag }}

0 comments on commit a95f038

Please sign in to comment.