Skip to content

Commit

Permalink
Github Actions (Publish containers) : Fixed matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 26, 2024
1 parent a2d732f commit c1b5ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ps-version: ${{ fromJson(needs.get_versions.outputs.versions) }}
ps-version: ${{ fromJson(needs.publish_base.outputs.versions) }}
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down
1 change: 1 addition & 0 deletions base/images/7.2-apache/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
# Copy all files (included .env files)
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
Expand Down

0 comments on commit c1b5ab6

Please sign in to comment.