diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce8e6c6..d7b35fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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}} diff --git a/package.json b/package.json index 8bf2633..8e8b5cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "massive-attack", - "version": "1.0.4", + "version": "1.0.5", "private": true, "dependencies": { "@material-ui/core": "^4.11.4",