Skip to content

Commit 8b2588d

Browse files
authoredFeb 3, 2024
Update docker-buildpush.yml
Signed-off-by: ArthurMitchell42 <82239494+ArthurMitchell42@users.noreply.github.com>
1 parent 324832a commit 8b2588d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/docker-buildpush.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# branches:
66
# - main
7-
# - V0.2*
7+
# - V0.3*
88
tags: [ "*" ]
99
# label:
1010
# branches: [ "main" ]
@@ -34,5 +34,5 @@ jobs:
3434
username: ${{ secrets.DOCKERHUB_USER }}
3535
password: ${{ secrets.DOCKERHUB_TOKEN }}
3636
- name: Build the Docker image
37-
run: docker buildx build --platform linux/amd64,linux/arm64/v8,linux/arm/v7 --file Dockerfile --tag kronos443/nutcase:$GITHUB_REF_NAME --push .
37+
run: docker buildx build --platform linux/amd64,linux/arm64/v8 --file nutcase/docker/Dockerfile --tag kronos443/nutcase:$GITHUB_REF_NAME --push .
3838
# -$(date +'%Y-%m-%d_%H-%M-%S')

0 commit comments

Comments
 (0)