From 833f82f57506c32bc36676c293fbaa32de907373 Mon Sep 17 00:00:00 2001 From: sparky8512 <76499194+sparky8512@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:01:56 -0700 Subject: [PATCH] Rename action to disambiguate Was previously just the default file name and the copy/pasted action name from the example in the docs. --- .github/workflows/{main.yml => docker_ghpr.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{main.yml => docker_ghpr.yml} (94%) diff --git a/.github/workflows/main.yml b/.github/workflows/docker_ghpr.yml similarity index 94% rename from .github/workflows/main.yml rename to .github/workflows/docker_ghpr.yml index eb54d6e..9f50617 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/docker_ghpr.yml @@ -3,7 +3,7 @@ # separate terms of service, privacy policy, and support # documentation. -name: Create and publish a Docker image +name: Create and publish a Docker image to GitHub Packages Repository on: workflow_dispatch