mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 08:50:47 +00:00
fix: re-add latest tag for docker hub - which aligns to the :devleop tag
This commit is contained in:
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
@@ -290,6 +290,7 @@ jobs:
|
|||||||
docker buildx imagetools create \
|
docker buildx imagetools create \
|
||||||
--tag ${GHCR_IMAGE_NAME}:${TAG} \
|
--tag ${GHCR_IMAGE_NAME}:${TAG} \
|
||||||
--tag ${GHCR_IMAGE_NAME}:latest \
|
--tag ${GHCR_IMAGE_NAME}:latest \
|
||||||
|
--tag ${IMAGE_NAME}:latest \
|
||||||
${IMAGE_NAME}:${TAG}
|
${IMAGE_NAME}:${TAG}
|
||||||
|
|
||||||
- name: Docker images
|
- name: Docker images
|
||||||
|
|||||||
Reference in New Issue
Block a user