fix docker space.

Signed-off-by: licsber <admin@licsber.site>
This commit is contained in:
licsber 2024-04-12 04:02:39 +08:00
parent f727da4470
commit b1bfb6d25d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 9D7FB88B13C88D84

View File

@ -44,6 +44,8 @@ jobs:
- name: Build Image - name: Build Image
id: build id: build
run: | run: |
sudo systemctl restart docker
IMAGE=${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.REPOSITORY }} IMAGE=${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.REPOSITORY }}
echo "image=$IMAGE" >> $GITHUB_OUTPUT echo "image=$IMAGE" >> $GITHUB_OUTPUT
cd `dirname "${{ env.DOCKERFILE }}"` cd `dirname "${{ env.DOCKERFILE }}"`