From 598c89932be9a36a5e4abbcea5ca9869d6d2a20e Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:08:49 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 5fd756d5..8f933b4e 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -53,6 +53,8 @@ jobs: # registry: harbor.fintechsys.net # username: ${{ secrets.PHEE_HARBOR_USERNAME }} # password: ${{ secrets.PHEE_HARBOR_PASSWORD }} + - name: Use the head branch + run: echo "The head branch is ${{ github.event.pull_request.head.ref }}" - name: build image run: | rm -rf remittance_image_builder