Skip to content

Merge branch 'temp_branch' into feat/bump-op-geth-v1.101311.0 #13

Merge branch 'temp_branch' into feat/bump-op-geth-v1.101311.0

Merge branch 'temp_branch' into feat/bump-op-geth-v1.101311.0 #13

Workflow file for this run

name: Build and Push
on:
push:
branches:
- rss3-dev
- rss3-main
tags:
- v*
jobs:
build:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/docker-tpl.yaml@main
with:
images: rss3/op-geth
context: .
dockerfile: ./Dockerfile
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}