From 6f830417bc1f7f1683bbf8d3ffbe522ebbc178d2 Mon Sep 17 00:00:00 2001 From: Gabriel Pelouze Date: Thu, 8 Feb 2024 13:55:20 +0100 Subject: [PATCH] update image repo --- .github/workflows/make.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yaml b/.github/workflows/make.yaml index 5957a23..f380b10 100644 --- a/.github/workflows/make.yaml +++ b/.github/workflows/make.yaml @@ -31,7 +31,7 @@ jobs: needs: [list-flavors] with: flavor_name: ${{ matrix.flavor_name }} - image_repo: 'ghcr.io/qcdis/n-a-a-vre' + image_repo: 'ghcr.io/qcdis/naavre' image_version: ${{ github.ref_type == 'tag' && github.ref_name || github.sha }} naavre_version: 'v2.3.3-beta' strategy: