Skip to content

Commit 11eb0c0

Browse files
committed
fix: re-add latest tag for docker hub - which aligns to the :devleop tag
1 parent ea52deb commit 11eb0c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ jobs:
290290
docker buildx imagetools create \
291291
--tag ${GHCR_IMAGE_NAME}:${TAG} \
292292
--tag ${GHCR_IMAGE_NAME}:latest \
293+
--tag ${IMAGE_NAME}:latest \
293294
${IMAGE_NAME}:${TAG}
294295
295296
- name: Docker images

0 commit comments

Comments
 (0)