From 81585ced78adfab2f40e840a99532f3fc241cb37 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 8 Nov 2023 14:00:32 -0800 Subject: [PATCH] ci: fix build trigger (#1583) --- .github/workflows/pr-open.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 06627de0b..2ba45a99d 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -69,7 +69,7 @@ jobs: package: ${{ matrix.package }} tag: ${{ github.sha }} tag_fallback: test - triggers: ('${{ matrix.triggers }}/') + triggers: ('${{ matrix.package }}/') build_context: ${{ matrix.build_context }} - name: Tag Docker Images