Skip to content

Commit

Permalink
try to fix docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuly committed May 20, 2020
1 parent 1036401 commit 101d2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: build image
run: gradle docker-gammu
- uses: azure/docker-login@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: build image
run: gradle docker-gammu
- name: Publish image to DockerHub
run: docker push folivonet/matrix-sms-bridge:latest

0 comments on commit 101d2ab

Please sign in to comment.