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 def0919 commit b43e8a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ on:
branches: [ main ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
Expand All @@ -24,4 +21,8 @@ jobs:
with:
arguments: build
- name: Build the Docker image
run: docker build . --file Dockerfile --tag cloud-cost-inspector:$(date +%s)
run:
docker build . --file Dockerfile --tag cloud-cost-inspector:$(date +%s)
docker push ghcr.io/ankurkumar/cloud-cost-inspector:latest


0 comments on commit b43e8a4

Please sign in to comment.