We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335b613 commit 7d1ad97Copy full SHA for 7d1ad97
.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' || github.event.push.head.repo.full_name == 'anoma/namada-indexer' }}
+ push: ${{ github.event.pull_request.head.repo.full_name == 'anoma/namada-indexer' || github.event_name == 'push' }}
161
tags: ${{ steps.meta.outputs.tags }}
162
labels: ${{ steps.meta.outputs.labels }}
163
cache-from: type=gha
0 commit comments