Skip to content

Commit

Permalink
removed useless antislash
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomaht committed Mar 19, 2024
1 parent 40563a6 commit a71772d
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 @@ -43,8 +43,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Login to registry
run: echo ${{ secrets.PERSONAL_TOKEN }} | docker \ login ghcr.io -u Nicomatox --password-stdin
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

0 comments on commit a71772d

Please sign in to comment.