Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
[#59] only create docker images on master, develop and tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
bonndan committed Nov 24, 2019
1 parent a702297 commit 4454b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Build and Publish Docker
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: bonndan/nivo
name: bonndan/nivio
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 4454b12

Please sign in to comment.