We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a8b2e commit 1e276e2Copy full SHA for 1e276e2
.github/workflows/dockerimage.yml
@@ -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