Skip to content

Commit f627563

Browse files
committed
Use latest image tag to get static files
1 parent 06cdf14 commit f627563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
platforms: linux/amd64,linux/arm64
115115
build-args: |
116116
REGISTRY=${{ env.REGISTRY }}/${{ env.ORG }}/
117-
TAG=main
117+
TAG=latest
118118
119119
- name: Sign the published LLMStack app Docker image
120120
if: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)