Split image build/load step.

This commit is contained in:
Buster Neece 2023-02-03 15:50:00 -06:00
parent 7538d188a8
commit 53b7556eb3
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 8 additions and 1 deletions

View File

@ -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