From 9cf1cdbe0ee484d6443d5e8bf89bcdad1f3fc507 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Tue, 7 Nov 2023 19:05:56 +0330 Subject: [PATCH] chore: fix ci build issue --- .github/workflows/publish-container.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index 491de44..3e2a7b5 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -40,6 +40,9 @@ jobs: steps: + - name: ⤵️ Checkout repository + uses: actions/checkout@v4.0.0 + - name: ❔ Check Container files changed id: file_change uses: dorny/paths-filter@v2.11.1 @@ -56,10 +59,6 @@ jobs: # env: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: ⤵️ Checkout repository - if: ${{ steps.file_change.outputs.container_folder == 'true' }} - uses: actions/checkout@v4.0.0 - - name: 🏗 Extract Docker metadata id: meta if: ${{ steps.file_change.outputs.container_folder == 'true' }}