Skip to content

Commit

Permalink
Change docker registry (InseeFr#14)
Browse files Browse the repository at this point in the history
* Update release.yml

* Update package.json
  • Loading branch information
SimonDmz authored Apr 21, 2022
1 parent 858c111 commit 5131a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: inseefrlab/massive-attack
name: inseefr/massive-attack
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
tags: ${{steps.version.outputs.prop}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "massive-attack",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
Expand Down

0 comments on commit 5131a16

Please sign in to comment.