Skip to content

Commit

Permalink
Fixed naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakim-Kay committed Jun 14, 2024
1 parent 428a40c commit c1b27bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Build and push Docker image
run: |
docker build -t my-image:latest .
docker push my-image:latest
docker build -t mhk1/acebook_penguins:latest .
docker push mhk1/acebook_penguins:latest
- name: Start PostgreSQL container
run: |
Expand Down

0 comments on commit c1b27bd

Please sign in to comment.