Skip to content

Commit 9e54991

Browse files
committed
COrrect config url endpoint
1 parent 3ab7616 commit 9e54991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tags: ghcr.io/${{ github.repository_owner }}/llm-tinyllama-backend:latest
3535

3636
- name: Build and push frontend Docker image
37-
uses: docker/build-push-action@v2
37+
uses: docker/build-push-action@v3
3838
with:
3939
context: ./frontend
4040
file: ./frontend/Dockerfile

0 commit comments

Comments
 (0)