Skip to content

Commit

Permalink
Publish multiple platform docker image when release server (#5962)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-xie authored May 1, 2024
1 parent 906c4c9 commit 03d54cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
repository: ubercadence/server
build_args: TARGET=server
tag_with_ref: true
platforms: linux/amd64,linux/arm64
push_server_auto_setup_to_registry:
name: Push Docker server auto-setup images to Docker Hub
runs-on: ubuntu-latest
Expand All @@ -38,3 +39,4 @@ jobs:
repository: ubercadence/server
build_args: TARGET=auto-setup
tags: ${{ github.event.release.tag_name }}-auto-setup, latestRelease-auto-setup
platforms: linux/amd64,linux/arm64

0 comments on commit 03d54cf

Please sign in to comment.