Skip to content

Commit

Permalink
Build image with Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
knstvk committed Dec 19, 2024
1 parent 275bc1a commit 0906e6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,17 @@ jobs:
PREMIUM_REPO_PASS: ${{ secrets.PREMIUM_REPO_PASS }}
run: ./gradlew -Pvaadin.productionMode=true bootJar

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Log in to Docker Hub
uses: docker/#-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/#-action@v2
with:
username: ${{ secrets.DOCKER_HUB_LOGIN }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 0906e6a

Please # to comment.