We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fc2d7 commit 09dc882Copy full SHA for 09dc882
.github/workflows/docker-image.yml
@@ -24,6 +24,6 @@ jobs:
24
run: |
25
# docker build . --file Dockerfile --tag cloud-cost-inspector:$(date +%s)
26
docker build . --tag ghcr.io/ankurkumarz/cloud-cost-inspector:latest
27
- docker push ghcr.io/ankurkumar/cloud-cost-inspector:latest
+ docker push ghcr.io/ankurkumarz/cloud-cost-inspector:latest
28
29
0 commit comments