Skip to content

Commit 7f739bb

Browse files
committed
(ci/cd) ghcr deploy without latest tag
1 parent 4e8dda8 commit 7f739bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ghcr_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
context: .
4646
push: true
47-
tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, latest # if a tag is provided, use that, otherwise use the release tag, and if neither is available, use 'latest'
47+
tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }} # if a tag is provided, use that, otherwise use the release tag, and if neither is available, use 'latest'
4848
labels: ${{ steps.meta.outputs.labels }}
4949
build-and-push-image-alpine:
5050
runs-on: ubuntu-latest
@@ -74,7 +74,7 @@ jobs:
7474
context: .
7575
dockerfile: Dockerfile.alpine
7676
push: true
77-
tags: ${{ steps.meta-alpine.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, latest
77+
tags: ${{ steps.meta-alpine.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}
7878
labels: ${{ steps.meta-alpine.outputs.labels }}
7979
build-and-push-image-database:
8080
runs-on: ubuntu-latest
@@ -105,7 +105,7 @@ jobs:
105105
file: Dockerfile.database
106106
push: true
107107
tags: ${{ steps.meta-database.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, latest
108-
labels: ${{ steps.meta-database.outputs.labels }}
108+
labels: ${{ steps.meta-database.outputs.labels }}
109109
release:
110110
name: "New LiteLLM Release"
111111

0 commit comments

Comments
 (0)