We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43087f0 commit 0effea2Copy full SHA for 0effea2
.github/workflows/webapp.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
context: ./src/Azure.AISearch.WebApp
50
push: true
51
- tags: index.docker.io/${{ secrets.DOCKER_USERNAME }}/azure-aisearch-webapp:latest
+ tags: index.docker.io/astrobagel/azure-aisearch-webapp:latest
52
file: ./src/Azure.AISearch.WebApp/Dockerfile
53
build-args: |
54
app_version=1.0.${{ github.run_number }}
0 commit comments