From 5bc6344fdf0ace70fded6d2524288bc18a224693 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 23 Apr 2024 10:52:09 +0200 Subject: [PATCH] fix(docker): streamline tag format for latest image Removed a duplicate and unnecessary line specifying the `latest` tag for the docker image in the workflow. This change simplifies the tag specification process, avoiding redundancy, and ensuring clear declaration of both the `latest` and SHA-specific tags for our docker images in CI/CD pipelines. --- .forgejo/workflows/docker-latest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/docker-latest.yml b/.forgejo/workflows/docker-latest.yml index 741a7d8..56694e5 100644 --- a/.forgejo/workflows/docker-latest.yml +++ b/.forgejo/workflows/docker-latest.yml @@ -42,7 +42,5 @@ jobs: with: push: true tags: | - git.private.coffee/privatecoffee/matrix-gptbot:latest - | git.private.coffee/privatecoffee/matrix-gptbot:latest git.private.coffee/privatecoffee/matrix-gptbot:${{ env.GITHUB_SHA }}