Skip to content

Commit

Permalink
update cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosnikolaidis committed Jan 12, 2024
1 parent 68bfcaa commit d0d5d07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Build Image
run: |
echo ${{secrets.DOCKER_TOKEN}} | docker login -u nikosnikolaidis --password-stdin
Expand Down

0 comments on commit d0d5d07

Please sign in to comment.