Skip to content

[accounts] Add nonce to AccountBalanceResponse metadata (#91) #64

[accounts] Add nonce to AccountBalanceResponse metadata (#91)

[accounts] Add nonce to AccountBalanceResponse metadata (#91) #64

name: 'Build image rosseta:testnet'
on:
workflow_dispatch:
push:
branches: [master]
paths:
- config/gear-testnet.json
- server/**
- client/**
- Dockerfile-testnet
- supervisord-testnet.conf
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build-and-push-rosetta-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Log in to the github container registry
uses: docker/login-action@master
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Rosetta image for testnet
uses: docker/build-push-action@master
with:
file: Dockerfile-testnet
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:testnet