Skip to content

Commit

Permalink
Store dockerizing (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus authored Mar 11, 2024
1 parent d11a2d3 commit 47fac79
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
jobs:
buildx:
runs-on: ubuntu-latest
strategy:
matrix:
docker:
- repo: planetariumhq/9cutil-backend
dockerfile: Dockerfile
- repo: planetariumhq/9cutil-backend-store
dockerfile: Dockerfile.Store
steps:
-
name: Checkout
Expand All @@ -32,6 +39,7 @@ jobs:
with:
push: true
platforms: linux/arm64,linux/amd64
tags: planetariumhq/9cutil-backend:git-${{ github.sha }}
tags: planetariumhq/${{ matrix.docker.repo }}:git-${{ github.sha }}
file: ${{ matrix.docker.dockerfile }}
env:
BUILDKIT_PROGRESS: "plain"

0 comments on commit 47fac79

Please sign in to comment.