From f8171318a494593375eb8df8a07b54fb388c3055 Mon Sep 17 00:00:00 2001 From: Jannik Reimers Date: Thu, 3 Apr 2025 17:42:28 +0200 Subject: [PATCH] bruh --- .github/workflows/root.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 05ff36b..3ff4c31 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -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 }}