From fdbf3aa08f4064fcfb256b25c85a5016143a9fce Mon Sep 17 00:00:00 2001 From: Jannik Reimers Date: Tue, 20 May 2025 10:24:25 +0200 Subject: [PATCH] Update .github/workflows/root.yml --- .github/workflows/root.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 71f8b48..486d0e1 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -9,10 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - - - name: Disable SSL verify (Temporary Fix) - run: git config --global http.sslVerify false - - uses: actions/checkout@v4 - name: Set up QEMU @@ -57,9 +53,3 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: registry.digitalocean.com/jansel/aglaea:latest,registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }} - - - name: Remove the Docker image - run: docker rmi registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }} - - - name: Force remove the latest Docker image - run: docker rmi registry.digitalocean.com/jansel/aglaea:latest --force