Update build-docker.yml

This commit is contained in:
Skillet 2023-02-03 14:59:57 -05:00 committed by GitHub
parent b589e5d1fa
commit c2de851c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,9 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: Clean Build - name: Chown user
uses: AutoModality/action-clean@v1 run: |
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- name: checkout repo - name: checkout repo
uses: actions/checkout@v3 uses: actions/checkout@v3