Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurkumarz authored Jun 1, 2024
1 parent 9a61e31 commit 1ebd733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
arguments: build
- name: Build the Docker image
run:
docker build . --file Dockerfile --tag cloud-cost-inspector:$(date +%s)
# docker build . --file Dockerfile --tag cloud-cost-inspector:$(date +%s)
docker build . --tag ghcr.io/ankurkumarz/cloud-cost-inspector:latest
docker push ghcr.io/ankurkumar/cloud-cost-inspector:latest


0 comments on commit 1ebd733

Please sign in to comment.