diff --git a/.github/workflows/main_ollama-docker.yml b/.github/workflows/main_ollama-docker.yml index 5aaa9b0..810ab2b 100644 --- a/.github/workflows/main_ollama-docker.yml +++ b/.github/workflows/main_ollama-docker.yml @@ -25,4 +25,4 @@ jobs: app-name: 'ollama-docker' slot-name: 'production' publish-profile: ${{ secrets.AzureAppService_PublishProfile_08e3a555edb44342ace847844a9fbcbf }} - images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_4216062f7e1e4503954d1228672732b6 }}/valiantlynx/ollama-docker:${{ github.sha }}' \ No newline at end of file + images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_4216062f7e1e4503954d1228672732b6 }}/valiantlynx/ollama-docker:latest' \ No newline at end of file