Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekteega committed Jul 3, 2024
1 parent 19ebef9 commit cf2f086
Showing 1 changed file with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf2f086

Please sign in to comment.