Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
blasrodri committed Nov 21, 2023
1 parent 735099a commit ce961e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/grandpa-cw-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: "Build and publish Grandpa Docker image"
on:
push:
branches:
- '*'
- 'master'
tags:
- 'v*'
- '*cosmos*'

env:
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: "composablefi/grandpa-cw"

jobs:

Expand All @@ -18,7 +18,6 @@ jobs:

runs-on:
- self-hosted
- x64-monster

concurrency:
group: grandpa-cw-image-${{ github.ref }}
Expand Down

0 comments on commit ce961e3

Please sign in to comment.