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