We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab7616 commit 9e54991Copy full SHA for 9e54991
.github/workflows/build-docker-images.yml
@@ -34,7 +34,7 @@ jobs:
34
tags: ghcr.io/${{ github.repository_owner }}/llm-tinyllama-backend:latest
35
36
- name: Build and push frontend Docker image
37
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
38
with:
39
context: ./frontend
40
file: ./frontend/Dockerfile
0 commit comments