Skip to content

Commit

Permalink
trigger docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Jan 14, 2025
1 parent 66ca3f1 commit 7c6c47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./NICFI_download/image/NICFI_env.Dockerfile
file: ./image/NICFI_env.Dockerfile
push: true
tags: ghcr.io/${{ env.REPO_OWNER }}/nicfi-download:latest
build-args: BUILDKIT_STEP_LOG_MAX_SIZE=10485760 BUILDKIT_STEP_LOG_MAX_SPEED=100000000
Expand Down

0 comments on commit 7c6c47e

Please sign in to comment.