Compare commits
3 Commits
separate-i
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b60a489df4 | ||
|
|
0114d71b94 | ||
|
|
44c812ae77 |
@ -1,14 +1,20 @@
|
|||||||
name: Blockbook docker image | Build and Push
|
name: Docker Image CI
|
||||||
run-name: Building and pushing blockbook docker image to DockerHub
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "upgrade/separate-images/ci-cd-testing" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "upgrade/separate-images/ci-cd-testing" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-push-blockbook-docker:
|
|
||||||
|
build:
|
||||||
|
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
13
.github/workflows/learn-github-actions.yml
vendored
13
.github/workflows/learn-github-actions.yml
vendored
@ -1,13 +0,0 @@
|
|||||||
name: learn-github-actions
|
|
||||||
run-name: ${{ github.actor }} is learning GitHub Actions
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
check-bats-version:
|
|
||||||
runs-on: self-hosted
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '20'
|
|
||||||
- run: npm install -g bats
|
|
||||||
- run: bats -v
|
|
||||||
Loading…
Reference in New Issue
Block a user