File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 echo "tag=v$NEW_VERSION" >> $GITHUB_OUTPUT
4343 echo "Next version: v$NEW_VERSION"
4444
45- - name : Set up QEMU (for multi-arch builds)
46- uses : docker/setup-qemu-action@v3
47-
4845 - name : Set up Docker Buildx
4946 uses : docker/setup-buildx-action@v3
5047
8077 with :
8178 context : ./collector
8279 file : ./collector/Dockerfile
83- platforms : linux/amd64,linux/arm64
8480 push : ${{ github.event_name != 'pull_request' }}
8581 tags : ${{ steps.meta-collector.outputs.tags }}
8682 labels : ${{ steps.meta-collector.outputs.labels }}
9288 with :
9389 context : ./frontend
9490 file : ./frontend/Dockerfile
95- platforms : linux/amd64,linux/arm64
9691 push : ${{ github.event_name != 'pull_request' }}
9792 tags : ${{ steps.meta-frontend.outputs.tags }}
9893 labels : ${{ steps.meta-frontend.outputs.labels }}
You can’t perform that action at this time.
0 commit comments