Skip to content

Commit

Permalink
change docker hub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Apr 5, 2024
1 parent 7f19442 commit c91e58c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v1

- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Run deploy script
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ build:
## Deploy =================================================================

publish: build ## publish version to docker hub
docker build -t inistcnrs/lodex:14.0.48 --build-arg http_proxy --build-arg https_proxy .
docker push inistcnrs/lodex:14.0.48
docker build -t cnrsinist/lodex:14.0.48 --build-arg http_proxy --build-arg https_proxy .
docker push cnrsinist/lodex:14.0.48

## Development =================================================================

Expand Down

0 comments on commit c91e58c

Please sign in to comment.