Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
f33r0 authored Dec 5, 2024
1 parent 0ab7efd commit ac07dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def pipeline = new org.rust.AppPipeline(steps: this,
initSubmodules: true,
envImageName: 'docker.soramitsu.co.jp/sora2/env:latest',
appImageName: 'docker.soramitsu.co.jp/sora2/bridge-relayer',
pushTags: ['master':'latest', 'ton-bridge': 'ton-bridge'],
pushTags: ['master':'latest', 'duty/bridge-relayer-distroless': 'distroless'],
buildTestCmds: 'housekeeping/build.sh',
codeCoverageCommand: './housekeeping/coverage.sh',
clippyLinter: false,
Expand Down

0 comments on commit ac07dc7

Please sign in to comment.