Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClawdeenFleury authored Mar 19, 2024
1 parent 1e3b389 commit 087ddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: echo ${{ secrets.PERSONAL_TOKEN }} | docker login ghcr.io -u ClawdeenFleury --password-stdin

- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/ClawdeenFleury/industrialisation-log:latest
run: docker build . --file Dockerfile --tag ghcr.io/ClawdeenFleury/tp2:latest

- name: Push the image into the registry
run: docker push ghcr.io/ClawdeenFleury/industrialisation-log:latest

0 comments on commit 087ddc4

Please sign in to comment.