From f5c767426f53986199059f54c8b633f5276c3c5c Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Mon, 24 Feb 2025 18:07:07 -0700 Subject: [PATCH] ci: modify arm64 workflow step tag to not conflict with amd64 before merge --- .github/workflows/deploy-docker-gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker-gitea.yml b/.github/workflows/deploy-docker-gitea.yml index 04d80861..3d394d89 100755 --- a/.github/workflows/deploy-docker-gitea.yml +++ b/.github/workflows/deploy-docker-gitea.yml @@ -388,7 +388,7 @@ jobs: file: Dockerfile platforms: linux/arm64 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 }} provenance: false build-args: |-