We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25d844b + 7042553 commit 70be179Copy full SHA for 70be179
.github/workflows/dockerimage.yml
@@ -0,0 +1,16 @@
1
+name: Publish Docker
2
+on:
3
+ release:
4
+ types: [published]
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@master
10
+ - name: Publish to Registry
11
+ uses: elgohr/Publish-Docker-Github-Action@master
12
+ with:
13
+ name: akkeris/influx-api
14
+ username: ${{ secrets.DockerUser }}
15
+ password: ${{ secrets.DockerPassword }}
16
+ tag_names: true
0 commit comments