Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqlcom authored Oct 12, 2024
1 parent 312176c commit 1943183
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKERHUB_USERNAME }}/openai-proxy-docker
flavor: |
latest=auto
tags: |
type=sha
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
-
name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 1943183

Please sign in to comment.