Skip to content

Commit

Permalink
lets see if i can get vars to work AGAIN ARGH SIGH
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jun 24, 2024
1 parent a788990 commit e7003ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7003ff

Please sign in to comment.