Skip to content

Commit

Permalink
chore: fix ci build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 7, 2023
1 parent aeaebbf commit 9cf1cdb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:

steps:

- name: ⤵️ Checkout repository
uses: actions/[email protected]

- name: ❔ Check Container files changed
id: file_change
uses: dorny/[email protected]
Expand All @@ -56,10 +59,6 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: ⤵️ Checkout repository
if: ${{ steps.file_change.outputs.container_folder == 'true' }}
uses: actions/[email protected]

- name: 🏗 Extract Docker metadata
id: meta
if: ${{ steps.file_change.outputs.container_folder == 'true' }}
Expand Down

0 comments on commit 9cf1cdb

Please sign in to comment.