Skip to content

Commit dd9f180

Browse files
committed
Correct Dockerfile location
1 parent a875ff8 commit dd9f180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: docker_build
2323
uses: docker/build-push-action@v2.5.0
2424
with:
25-
file: ./at-buildimage/Dockerfile
25+
file: ./Dockerfile
2626
push: true
2727
tags: |
2828
atsigncompany/filebin2:automated

0 commit comments

Comments
 (0)