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' }}