Skip to content

added more balance related fields to GetBalance request #18

added more balance related fields to GetBalance request

added more balance related fields to GetBalance request #18

name: Deploy dev images to GHCR
on:
push:
branches:
- 'dev'
jobs:
push-store-image:
runs-on: ubuntu-latest
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@main
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: 'Build Inventory Image'
run: |
docker build . --tag ghcr.io/qubic/qubic-http:dev
docker push ghcr.io/qubic/qubic-http:dev