Skip to content

Commit

Permalink
Fix bad repo in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Dec 18, 2019
1 parent 94eb5cd commit 0e120a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Publish to Registry (tag)
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: artis3n/docker-ubuntu1804-ansible
name: caido/grafana-auth-proxy
username: ${{ secrets.docker_username }}
password: ${{ secrets.docker_password }}
tag_names: true

0 comments on commit 0e120a4

Please sign in to comment.