Skip to content

Commit

Permalink
Make bens image name the same as release tag (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-agaev authored Dec 25, 2024
1 parent c3b571a commit 35a6209
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- 'main'
tags:
- 'blockscout-ens/v*'
- 'bens/v*'
paths:
- blockscout-ens/**
- .github/workflows/bens.yml
Expand Down Expand Up @@ -124,7 +124,9 @@ jobs:
(needs.lint.result == 'success' || needs.lint.result == 'cancelled')
uses: ./.github/workflows/_docker-build-push.yml
with:
service-name: blockscout-ens
service-name: bens
docker-context-path: "blockscout-ens"
dockerfile-path: "blockscout-ens/Dockerfile"
secrets:
ARM_RUNNER_HOSTNAME: ${{ secrets.ARM_RUNNER_HOSTNAME }}
ARM_RUNNER_KEY: ${{ secrets.ARM_RUNNER_KEY }}
Expand Down

0 comments on commit 35a6209

Please sign in to comment.