From 3cb43cd469a14cd37f616b4a0fc61a0457365e9c Mon Sep 17 00:00:00 2001 From: Matthias Hertel Date: Thu, 7 Dec 2023 14:38:09 +0100 Subject: [PATCH] Update licensed_image_test.yml --- .github/workflows/licensed_image_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licensed_image_test.yml b/.github/workflows/licensed_image_test.yml index 1450298..7e57fa7 100644 --- a/.github/workflows/licensed_image_test.yml +++ b/.github/workflows/licensed_image_test.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest container: # Use the custom Docker image with the necessary tools and dependencies - image: ghcr.io/arm-software/avh-mlops_oss/arm-mlops-docker-licensed:latest + image: ghcr.io/arm-software/avh-mlops/arm-mlops-docker-licensed:latest credentials: # Set the Docker image credentials using the actor and a GitHub token username: ${{ github.actor }}