diff --git a/.github/workflows/publish-auto.yml b/.github/workflows/publish-auto.yml index 08ade84..15f6708 100644 --- a/.github/workflows/publish-auto.yml +++ b/.github/workflows/publish-auto.yml @@ -1,4 +1,4 @@ -name: Create and publish the Docker image +name: Create and publish the Docker image (auto) # Configures this workflow to run every time a release is published on: diff --git a/.github/workflows/publish-manual.yml b/.github/workflows/publish-manual.yml index ed0fbd3..7559a26 100644 --- a/.github/workflows/publish-manual.yml +++ b/.github/workflows/publish-manual.yml @@ -1,4 +1,4 @@ -name: Create and publish the Docker image +name: Create and publish the Docker image (manual) # Configures this workflow to run manually on: