From 2e9efe5d4cd6dfb087bd592fe43c6a5536728e2e Mon Sep 17 00:00:00 2001 From: Etienne G Date: Wed, 15 Feb 2023 00:43:57 +1100 Subject: [PATCH] Update ci.yml updated edge -> current --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f148df..3d95fa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: "ARGS: grott-edge" # Build of addon edge version if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.type == 'edge')) run: | - echo "ADDON_LIST=['grott-edge']" >> $GITHUB_ENV + echo "ADDON_LIST=['grott-current']" >> $GITHUB_ENV echo "DOCKER_ARGS=--no-cache" >> $GITHUB_ENV - name: "ARGS: grott" # Build of addon release version if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'