Skip to content

Commit

Permalink
Revert multi-platform build and push when release new version (#6187)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-xie authored Jul 24, 2024
1 parent f335dcb commit ff10288
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ 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 @@ -39,4 +38,3 @@ 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 ff10288

Please sign in to comment.