Skip to content

Commit

Permalink
Updated workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpoyatt committed Apr 18, 2024
1 parent 5f2ab67 commit b420361
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docker-ibc-explorer
name: docker-publish

on:
push:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: docker-test

on:
pull_requst_target:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Build Docker Image
run: docker build -t ibc-explorer-test .

0 comments on commit b420361

Please sign in to comment.