Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgrimaz authored Aug 19, 2024
1 parent c06aa7c commit 803cf19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
CHANGEFILE= `echo $file|awk -F"/" '{print "$2"}`
echo "$CHANGEFILE was changed"
done
Expand Down

0 comments on commit 803cf19

Please sign in to comment.