Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
baoduy committed Jun 26, 2023
2 parents 929d884 + 81580d5 commit 44868a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:

- name: Push Docker image
run: |
docker build -f HBD.HealthZ.UI/Dockerfile -t baoduy2412/healthz-ui:latest ./HBD.HealthZ.UI
docker build -f HBD.HealthZ.UI/Dockerfile -t baoduy2412/healthz-ui:latest .
docker login -u baoduy2412 -p ${{ secrets.DOCKER_TOKEN }}
docker push baoduy2412/healthz-ui:latest

0 comments on commit 44868a4

Please sign in to comment.