From bcdc2f35028c16b391b6a275b2e6c477e441b25b Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:52:51 -0600 Subject: [PATCH] conf: use "next" to load on designsafeci-next Using "dev" to load on `designsafeci-dev` does not work anymore. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7166ffe..b1315f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: tag_custom: - description: 'A custom docker image tag e.g. "dev"' + description: 'A custom docker image tag e.g. "next"' required: false type: string push: