From 63953409aa7d93c874454159de1417296b5f6bb8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 9 Jan 2021 14:35:41 +0100 Subject: [PATCH] Fix workflow: Dockerfile.wiiu => Dockerfile --- .github/workflows/push_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index d723de9..620b98d 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -23,4 +23,4 @@ jobs: snapshot: true cache: true tags: "latest, ${{ env.RELEASE_VERSION }}" - dockerfile: Dockerfile.wiiu \ No newline at end of file + dockerfile: Dockerfile \ No newline at end of file