Skip to content

Commit a58c209

Browse files
committed
fix(docker): correct Dockerfile path format
* Updated the Dockerfile path in the build configuration to use a hyphen instead of a dot for better compatibility.
1 parent 9bee9f0 commit a58c209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action-docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
uses: docker/build-push-action@v6
135135
with:
136136
context: .
137-
file: dockerfiles/Dockerfile.${{ matrix.shortname }}
137+
file: dockerfiles/Dockerfile-${{ matrix.shortname }}
138138
platforms: linux/amd64
139139
push: true
140140
build-args: |

0 commit comments

Comments
 (0)