This commit is contained in:
Icereed 2025-01-28 10:41:21 +01:00 committed by GitHub
commit e84e5c9bf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,9 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
needs: test
strategy:
matrix:
platform: [linux/amd64, linux/arm64, linux/arm/v7]
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -91,7 +94,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
cache-from: type=gha
cache-to: type=gha,mode=max