Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ndwinton committed Feb 20, 2023
1 parent abb515b commit f5b5727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:

jobs:
build:
name: Release
runs-on: eclipse-temurin:17
name: Build and Publish Release
runs-on: ubuntu-20.04
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand All @@ -21,8 +21,8 @@ jobs:
else
echo "ENV=prod" >> $GITHUB_ENV
fi
- name: Install Tools
run: apt update && apt install -y docker git
- name: Install JDK
run: apt update && apt install -y openjdk-17-jdk
- name: Build Image
run: |
./gradlew buildBootImage -Pversion=$VERSION
Expand Down

0 comments on commit f5b5727

Please sign in to comment.