Skip to content

Commit

Permalink
PHI-2397 Update dockerhub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
willemcdejongh committed Jan 14, 2025
1 parent 463a02d commit bbfeb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_REPO }}/demo-agents:dev, ${{ secrets.DOCKERHUB_REPO }}/demo-agents:prd
tags: ${{ vars.DOCKERHUB_NAMESPACE }}/demo-agents:dev, ${{ vars.DOCKERHUB_NAMESPACE }}/demo-agents:prd

0 comments on commit bbfeb98

Please sign in to comment.