Skip to content

Commit

Permalink
updates to jikkou image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael7371 committed Jan 25, 2025
1 parent f36c6cf commit 81be3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: jikkou
file: jikkou/Dockerfile.jikkou
file: Dockerfile.jikkou
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Build
uses: docker/build-push-action@v3
with:
file: jikkou/Dockerfile.jikkou
context: jikkou
file: Dockerfile.jikkou
push: true
tags: usdotjpoode/jpo-jikkou:${{ env.TAG }}
cache-from: type=gha
Expand Down

0 comments on commit 81be3c4

Please sign in to comment.