Skip to content

Commit

Permalink
fix(github): set up docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn committed Oct 25, 2023
1 parent 727987f commit e6ae062
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ jobs:
- name: Verify with Maven
run: mvn verify -B -P prod "-Dstyle.color=always"

- name: Build Docker container
uses: docker/build-push-action@v5
with:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build the Docker image
run: docker build .

0 comments on commit e6ae062

Please sign in to comment.