update release action for docker

This commit is contained in:
Saeed Vaziry 2024-12-11 00:13:33 +01:00
parent 3f7284f771
commit d91fa4061c

View File

@ -34,7 +34,7 @@ jobs:
--push --push
- name: Build and push latest tag - name: Build and push latest tag
if: startsWith(github.event.release.target_commitish, '1.x') if: startsWith(github.event.release.target_commitish, '2.x')
run: | run: |
docker buildx build . \ docker buildx build . \
-f docker/Dockerfile \ -f docker/Dockerfile \