fix(docker): streamline tag format for latest image
Some checks failed
Docker CI/CD / Docker Build and Push (push) Failing after 5m59s
Some checks failed
Docker CI/CD / Docker Build and Push (push) Failing after 5m59s
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.
This commit is contained in:
parent
c94c016cf1
commit
5bc6344fdf
1 changed files with 0 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue