We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbc6bc commit 335b613Copy full SHA for 335b613
.github/workflows/queue_and_merge.yml
@@ -157,7 +157,7 @@ jobs:
157
context: .
158
file: Dockerfile
159
build-args: PACKAGE=${{ matrix.docker.package }}
160
- push: ${{ github.event.pull_request.head.repo.full_name == 'anoma/namada-indexer' }}
+ push: ${{ github.event.pull_request.head.repo.full_name == 'anoma/namada-indexer' || github.event.push.head.repo.full_name == 'anoma/namada-indexer' }}
161
tags: ${{ steps.meta.outputs.tags }}
162
labels: ${{ steps.meta.outputs.labels }}
163
cache-from: type=gha
0 commit comments