From e7003ffd63a4afeee1177b1ac73be012a5c28ed2 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Mon, 24 Jun 2024 16:45:50 -0700 Subject: [PATCH] lets see if i can get vars to work AGAIN ARGH SIGH --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fbae3b6..1babcfc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: - name: test env vars run: | echo "DOCKER_CONFIG: $DOCKER_CONFIG" - echo ${{ vars.HUB }} + echo ${{ env.HUB }} # For biggish images, github actions runs out of disk space. # So we cleanup some unwanted things in the disk image, and reclaim that space for our docker use