0.0.1-alpha.3

This commit is contained in:
Henry Dollman
2024-07-21 20:59:43 -04:00
parent 75f1cb619b
commit be4a583126
3 changed files with 7 additions and 5 deletions

View File

@@ -13,9 +13,11 @@ jobs:
matrix:
include:
- image: henrygd/beszel
context: hub
context: ./hub
dockerfile: ./hub/Dockerfile
- image: henrygd/beszel-agent
context: agent
context: ./agent
dockerfile: ./agent/Dockerfile
permissions:
contents: read
packages: write
@@ -62,7 +64,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: '{{defaultContext}}:${{ matrix.context }}'
context: '${{ matrix.context }}'
file: ${{ matrix.dockerfile }}
platforms: linux/amd64,linux/arm64
push: ${{ github.ref_type == 'tag' }}