Test
Some checks failed
Blockbook docker image | Build and Push / build-push-blockbook-docker (push) Has been cancelled
learn-github-actions / check-bats-version (push) Has been cancelled

This commit is contained in:
Vivek Teega 2024-07-03 22:56:01 +05:30
parent 19ebef986d
commit cf2f086005

View File

@ -1,18 +1,14 @@
name: Docker Build and Push
on:
push:
branches:
- upgrade/separate-images/ci-cd-testing
name: Blockbook docker image | Build and Push
run-name: Building and pushing blockbook docker image to DockerHub
on: [push]
jobs:
build:
build-push-blockbook-docker:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2