Test
This commit is contained in:
parent
19ebef986d
commit
cf2f086005
@ -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
|
||||
Loading…
Reference in New Issue
Block a user