ci: modify arm64 workflow step tag to not conflict with amd64 before merge

This commit is contained in:
2025-02-24 18:07:07 -07:00
parent 9a9b18bfbc
commit f5c767426f

View File

@@ -388,7 +388,7 @@ jobs:
file: Dockerfile file: Dockerfile
platforms: linux/arm64 platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.task_release_gi_meta.outputs.tags }} tags: binaryninja/tvapp2:development-arm64
labels: ${{ steps.task_release_gi_meta.outputs.labels }} labels: ${{ steps.task_release_gi_meta.outputs.labels }}
provenance: false provenance: false
build-args: |- build-args: |-