Skip to content

Commit 1e276e2

Browse files
authored
Create dockerimage.yml
1 parent 00a8b2e commit 1e276e2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/dockerimage.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Publish Docker
2+
on: [push]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@master
8+
- name: Publish to Registry
9+
uses: elgohr/Publish-Docker-Github-Action@master
10+
with:
11+
name: tmprimitivo/firego
12+
username: ${{ secrets.DOCKER_USERNAME }}
13+
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)