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 }}
|
username: ${{ secrets.DOMAIL }}
|
||||||
password: ${{ secrets.DOKEY }}
|
password: ${{ secrets.DOKEY }}
|
||||||
|
|
||||||
- name: Build the Docker image
|
- name: Set up QEMU
|
||||||
run: docker build -t registry.digitalocean.com/jansel/aglaea:latest -t registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }} .
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
- name: Push the Docker image related to this workflow
|
- name: Set up Docker Buildx
|
||||||
run: docker push registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }}
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Push the latest Docker image
|
- name: Build and push
|
||||||
run: docker push registry.digitalocean.com/jansel/aglaea:latest
|
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
|
- name: Remove the Docker image
|
||||||
run: docker rmi registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }}
|
run: docker rmi registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user