1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

only et diff in docker-mods/

This commit is contained in:
GilbN 2021-10-15 19:39:05 +02:00
parent bf4497df0e
commit 2c8002a6fd

View File

@ -16,7 +16,7 @@ jobs:
- name: get changed files
id: getfile
run: |
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }}| xargs)"
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)"
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with: