Skip to content

Commit

Permalink
Make e2e pipeline setup docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Aug 23, 2024
1 parent 883e65a commit b77abe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
with:
java-version: 21
distribution: 'oracle'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build JAR with mvn package
run: mvn clean package
- name: Build the docker image
Expand Down

0 comments on commit b77abe2

Please sign in to comment.