Skip to content

Commit 53ec62e

Browse files
authored
Update docker-publish.yml
1 parent 0b96e2f commit 53ec62e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
1212
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
13-
IMAGE_NAME: haha1903/azure-openai-proxy
13+
IMAGE_NAME: scalaone/azure-openai-proxy
1414

1515
jobs:
1616
build-and-push-image:
@@ -28,9 +28,7 @@ jobs:
2828
push: true
2929
tags: ${{ env.IMAGE_NAME }}:1.${{ github.run_number }}
3030
build-args: |
31-
VERSION=${{ github.ref }}
31+
VERSION=1.${{ github.run_number }}
3232
env:
3333
DOCKER_USERNAME: ${{ env.DOCKER_USERNAME }}
3434
DOCKER_PASSWORD: ${{ env.DOCKER_PASSWORD }}
35-
- name: Echo the Docker Image digest
36-
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)