Skip to content

Commit

Permalink
repo lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomaht committed Mar 19, 2024
1 parent a71772d commit f239f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Login to registry
run: echo ${{ secrets.PERSONAL_TOKEN }} | docker login ghcr.io -u Nicomatox --password-stdin
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/Nicomatox/tp2:latest
run: docker build . --file Dockerfile --tag ghcr.io/nicomatox/tp2:latest
- name: Push the image into the registry
run: docker push ghcr.io/Nicomatox/tp2:latest
run: docker push ghcr.io/nicomatox/tp2:latest

0 comments on commit f239f0a

Please sign in to comment.