Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Oct 17, 2024
1 parent 0d55f1d commit 5f7d73f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,6 @@ jobs:
# time du --max-depth=3 --threshold=100M -h /usr /opt /var 2>/dev/null | sort -hr
df -h
- name: Modify current user UID
run: |
echo "Current user and UID:"
id
echo "Modifying UID..."
sudo usermod -u 1001 $USER
echo "Updated user and UID:"
id
echo "Fixing ownership of user's files..."
sudo find /home/$USER -user $(id -u) -exec chown -h $USER:$USER {} \;
- name: Start Docker container
run: |
echo ${{ secrets.DOCKER_TOKEN }} | docker login ghcr.io -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
Expand Down

0 comments on commit 5f7d73f

Please sign in to comment.