From 499cdf366ce4f49ce26d1cb2e6f0609638e7b437 Mon Sep 17 00:00:00 2001 From: Edward Jones Date: Fri, 8 Nov 2024 12:07:36 +0000 Subject: [PATCH] Update test-and-lint.yml --- .github/workflows/test-and-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index d2c0135..c8621ee 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest name: Run Tests container: - image: sudilav1/martepy:latest + image: sudilav1/martepy:main steps: - name: Checkout repository uses: actions/checkout@v2 @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest name: Code Linting container: - image: sudilav1/martepy:latest + image: sudilav1/martepy:main steps: - name: Checkout repository uses: actions/checkout@v2