From d72eb148c52d38dc0b3a7e270268261a7e62e635 Mon Sep 17 00:00:00 2001 From: Gormery Kombo Wanjiru Date: Tue, 27 Feb 2024 20:43:38 +0100 Subject: [PATCH] remame from github sha to latest tag --- .github/workflows/main_ollama-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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