Skip to content

inlcude gamestate and timestamp in whitelist table && update scripts #4

inlcude gamestate and timestamp in whitelist table && update scripts

inlcude gamestate and timestamp in whitelist table && update scripts #4

Workflow file for this run

name: ci
on:
push:
branches:
- 'update-starknet'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
with:
push: true
tags: yukilabs/gol2-indexer:update-starknet