Skip to content

Commit 725ef3a

Browse files
Test Build
1 parent 24fa13c commit 725ef3a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/test-build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Test The Docker Build
2+
on: [pull_request, workflow_dispatch]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
if: github.repository_owner == 'Ruby-Network'
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@v3
10+
- name: Setup Docker Buildx
11+
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
12+
- name: Build
13+
uses: docker/build-push-action@ad44023a93711e2821f8e83c0e57c4ddd9b934e0
14+
with:
15+
context: .
16+
file: ./Dockerfile
17+
push: false
18+
tags: ruby-network/ruby-network:testing

0 commit comments

Comments
 (0)