Skip to content

(NOBIDS) Merge branch 'master' of github.com:gobitfly/eth2-beaconchai… #1922

(NOBIDS) Merge branch 'master' of github.com:gobitfly/eth2-beaconchai…

(NOBIDS) Merge branch 'master' of github.com:gobitfly/eth2-beaconchai… #1922

name: Publish Docker images
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Dockerhub Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: gobitfly/eth2-beaconchain-explorer
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}