Skip to content

Commit

Permalink
chore: Test depot multiplatform build
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk committed Sep 6, 2024
1 parent 0bae60f commit 14d86b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-service-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build image

on:
push:
tags: ["v*.*.*"]
branches: ["add-graph-service"]

jobs:
docker-image:
Expand All @@ -28,4 +28,5 @@ jobs:
token: ${{ secrets.DEPOT_PROJECT_TOKEN }}
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: zepai/graph-service:latest

0 comments on commit 14d86b3

Please sign in to comment.