Update .github/workflows/root.yml
This commit is contained in:
parent
177cab1882
commit
fdbf3aa08f
1 changed files with 0 additions and 10 deletions
10
.github/workflows/root.yml
vendored
10
.github/workflows/root.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue