i swear to god
This commit is contained in:
parent
0a19579c8d
commit
087cccaff4
17
.github/workflows/root.yml
vendored
17
.github/workflows/root.yml
vendored
@ -38,14 +38,19 @@ jobs:
|
||||
username: ${{ secrets.DOMAIL }}
|
||||
password: ${{ secrets.DOKEY }}
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker build -t registry.digitalocean.com/jansel/aglaea:latest -t registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }} .
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Push the Docker image related to this workflow
|
||||
run: docker push registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Push the latest Docker image
|
||||
run: docker push registry.digitalocean.com/jansel/aglaea:latest
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags:
|
||||
- registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }}
|
||||
- registry.digitalocean.com/jansel/aglaea:latest
|
||||
|
||||
- name: Remove the Docker image
|
||||
run: docker rmi registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user