bruh
This commit is contained in:
parent
d2ad5239d9
commit
f8171318a4
9
.github/workflows/root.yml
vendored
9
.github/workflows/root.yml
vendored
@ -47,12 +47,11 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- 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: 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: Push the Docker image related to this workflow
|
||||
run: docker push -a registry.digitalocean.com/jansel/aglaea
|
||||
|
||||
- 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