Skip to content

Commit

Permalink
PHI-2395 Update dockerhub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
willemcdejongh committed Jan 14, 2025
1 parent a8ba5c0 commit da47188
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 }}/agent-app:dev, ${{ secrets.DOCKERHUB_REPO }}/agent-app:prd
tags: ${{ vars.DOCKERHUB_NAMESPACE }}/agent-app:dev, ${{ vars.DOCKERHUB_NAMESPACE }}/agent-app:prd

0 comments on commit da47188

Please sign in to comment.