From 53b7556eb34d8517b5f518241dec4759a0d89334 Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Fri, 3 Feb 2023 15:50:00 -0600 Subject: [PATCH] Split image build/load step. --- .github/workflows/default.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index c4e0a6822..6442cb18f 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -130,12 +130,19 @@ jobs: uses: docker/build-push-action@v3 with: context: . - load: true tags: ghcr.io/azuracast/azuracast:latest platforms: linux/amd64,linux/arm64 cache-from: type=registry,ref=ghcr.io/azuracast/azuracast:buildcache cache-to: type=gha,mode=max + - name: Load Web Image for Testing + uses: docker/build-push-action@v3 + with: + context: . + load: true + tags: ghcr.io/azuracast/azuracast:latest + cache-from: type=gha + - name: Set up functional test environment. run: | cp sample.env .env