Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelProgrammer authored Jun 23, 2024
1 parent a17643c commit 5fb373a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v4

- name: Build the Docker image
run: docker build -t migprogrammer/neighborfood-img:1.3 .
run: docker build -t migprogrammer/neighborfood-img:latest .

- name: Log into Docker Hub
run: docker login -u migprogrammer -p ${{ secrets.DOCKERHUB_TOKEN }}
run: docker login -u migprogrammer -p ${{ DOCKERHUB_TOKEN }}

- name: Push image to Docker Hub
run: docker push migprogrammer/neighborfood-img:1.3
run: docker push migprogrammer/neighborfood-img:latest

0 comments on commit 5fb373a

Please sign in to comment.