Skip to content

Commit d144e25

Browse files
author
Federico Guerinoni
committed
Add workflows for GH Docker Container
Signed-off-by: Federico Guerinoni <guerra@develer.com>
1 parent 20efe32 commit d144e25

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: GitHub Docker Container
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
7+
jobs:
8+
9+
publish:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v2
14+
15+
- name: Build and Publish head Docker image
16+
uses: VaultVulp/gp-docker-action@1.1.7
17+
with:
18+
github-token: ${{ secrets.GITHUB_TOKEN }}
19+
image-name: go-docker-mqtt-ubuntu-env
20+
image-tag: latest

0 commit comments

Comments
 (0)