Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Apr 13, 2021
1 parent af3babb commit 19d6d2f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docker

on:
push:
branches: [ master ]

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: GitHub Container Registry Docker Action
uses: trentjones21/github-docker@master

0 comments on commit 19d6d2f

Please sign in to comment.