From dd9f1802015db32782d58e52df1942a0868a0a41 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Mon, 14 Jun 2021 10:43:42 +0100 Subject: [PATCH] Correct Dockerfile location --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7028df90..2fa20796 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -22,7 +22,7 @@ jobs: id: docker_build uses: docker/build-push-action@v2.5.0 with: - file: ./at-buildimage/Dockerfile + file: ./Dockerfile push: true tags: | atsigncompany/filebin2:automated