diff --git a/src/rockcraft-pack-action.ts b/src/rockcraft-pack-action.ts index b826523..c981933 100644 --- a/src/rockcraft-pack-action.ts +++ b/src/rockcraft-pack-action.ts @@ -7,7 +7,7 @@ async function run(): Promise { try { const projectRoot = core.getInput('path') core.info(`Building ROCK in "${projectRoot}"...`) - const rockcraftChannel = core.getInput('rockcraft-channel') || 'edge' + const rockcraftChannel = core.getInput('rockcraft-channel') || 'stable' const rockcraftPackVerbosity = core.getInput('verbosity') const builder = new RockcraftBuilder({ diff --git a/tests/rockcraft.yaml b/tests/rockcraft.yaml index ee67031..938150d 100644 --- a/tests/rockcraft.yaml +++ b/tests/rockcraft.yaml @@ -3,7 +3,7 @@ version: latest summary: A tiny ROCK description: Building a tiny ROCK from a bare base, with just one package license: Apache-2.0 -build-base: ubuntu:22.04 +build-base: ubuntu@22.04 base: bare platforms: amd64: