From bfde41e866f51e6202d1eb2d51a141110fe4efea Mon Sep 17 00:00:00 2001 From: Stefan van Essen Date: Fri, 13 Dec 2024 20:42:35 +0100 Subject: [PATCH] Build 8.4 instead of 8.4-edge --- .github/workflows/build-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index c3f01ed..3402a41 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - tag: ["8.1", "8.2", "8.3", "8.4-edge"] + tag: ["8.1", "8.2", "8.3", "8.4"] steps: - name: Checkout the codebase uses: actions/checkout@v4