Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed Jul 4, 2023
1 parent 67dc42c commit a5dc395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: docker pull funbiscuit/idea-formatter:latest

- name: Build docker image
run: docker build . -t funbiscuit/idea-formatter:latest --cache-from funbiscuit/idea-formatter:latest
run: docker build . -t funbiscuit/idea-formatter:latest

- name: Test image
run: docker run --rm -v ${{ github.workspace }}:/data funbiscuit/idea-formatter --style CodeStyle.xml --dry --recursive src
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal-20230624
FROM ubuntu:jammy-20230624

WORKDIR /app

Expand Down

0 comments on commit a5dc395

Please sign in to comment.