From 3629865042fc917ccd4ce56b538be3ea22e97c4c Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 1 May 2024 12:53:45 -0700 Subject: [PATCH] speed up debugging --- .github/actions/docker/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker/action.yml b/.github/actions/docker/action.yml index 00a3db7d..8cc74c71 100644 --- a/.github/actions/docker/action.yml +++ b/.github/actions/docker/action.yml @@ -124,7 +124,7 @@ runs: - name: Build and export to Docker uses: docker/build-push-action@v5 - # if: inputs.PLATFORMS == 'linux/amd64' && inputs.TAG_ONLY == 'false' + if: inputs.TAG_ONLY == 'false' with: load: true tags: |