Update .github/workflows/root.yml

This commit is contained in:
Jannik Reimers 2025-05-20 10:24:25 +02:00
parent 177cab1882
commit fdbf3aa08f

View file

@ -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