Skip to content

Handle Error queries on subgraphs #7

Handle Error queries on subgraphs

Handle Error queries on subgraphs #7

name: Publish Docker images
on:
push:
branches:
- main
paths:
- 'staking-points/**'
- 'token-prices/**'
<<<<<<< Updated upstream

Check failure on line 10 in .github/workflows/build-push-images.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-push-images.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
=======
workflow_dispatch:
>>>>>>> Stashed changes
jobs:
build-and-push:
runs-on: ubuntu-latest
<<<<<<< Updated upstream
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/docker-build-push
with:
context: ${{ matrix.context }}
dockerHubPassword: ${{ secrets.DOCKERHUB_TOKEN }}
dockerHubUsername: ${{ secrets.DOCKERHUB_USERNAME }}
images: ${{ matrix.image }}
=======
>>>>>>> Stashed changes
strategy:
matrix:
include:
- context: staking-points
image: hemilabs/staking-points-api
- context: token-prices/api
image: hemilabs/token-prices-api
- context: token-prices/cron
image: hemilabs/token-prices-cron
<<<<<<< Updated upstream
=======
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/docker-build-push
with:
context: ${{ matrix.context }}
dockerHubPassword: ${{ secrets.DOCKERHUB_TOKEN }}
dockerHubUsername: ${{ secrets.DOCKERHUB_USERNAME }}
images: ${{ matrix.image }}
>>>>>>> Stashed changes