Skip to content

Commit e91303e

Browse files
Update docker-build-latest.yml
Signed-off-by: ArthurMitchell42 <[email protected]>
1 parent 8b2588d commit e91303e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
username: ${{ secrets.DOCKERHUB_USER }}
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}
3030
- name: Build the Docker image
31-
run: docker buildx build --platform linux/amd64,linux/arm64/v8,linux/arm/v7 --file Dockerfile --tag ${{ env.IMAGE_NAME }}:latest --push .
31+
run: docker buildx build --platform linux/amd64,linux/arm64/v8 --file nutcase/docker/Dockerfile --tag ${{ env.IMAGE_NAME }}:latest --push .

0 commit comments

Comments
 (0)