Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatiaparteek authored Jul 23, 2024
1 parent e5eccda commit 83e730a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ on:
jobs:
build-java:

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -30,5 +27,11 @@ jobs:

- name: Build with Gradle
run: ./gradlew build



- name: Build and Push Docker Image
uses: mr-smithers-excellent/docker-build-push@v4
with:
image: parteekbhatia954/test
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 83e730a

Please sign in to comment.