Skip to content

Commit

Permalink
Merge branch 'main' into fix/release-manual-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeCap08055 authored Oct 23, 2024
2 parents fa0a2d3 + c4a2d98 commit fc4b2aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
with:
platforms: |
linux/amd64
linux/arm64/v8
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
Expand All @@ -113,7 +114,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64
platforms: linux/amd64, linux/arm64/v8
push: ${{ needs.set_variables.outputs.test_run != 'true'}}
file: Docker/Dockerfile.${{ matrix.service }}
tags: ${{ steps.cp-tags.outputs.tags }}
Expand Down

0 comments on commit fc4b2aa

Please sign in to comment.