From e4daee0c67ee766bd0aee28f367fe52d4c78254c Mon Sep 17 00:00:00 2001 From: Thomas Vaillant Date: Wed, 30 Oct 2024 00:33:21 +0100 Subject: [PATCH] ci: fix docker alpha job --- .github/workflows/post-release-docker-hub-alpha.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/post-release-docker-hub-alpha.yml b/.github/workflows/post-release-docker-hub-alpha.yml index 4eda92e..d855b23 100644 --- a/.github/workflows/post-release-docker-hub-alpha.yml +++ b/.github/workflows/post-release-docker-hub-alpha.yml @@ -20,7 +20,4 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: build and release the latest alpha Docker image - run: | - make -C docker release version-tag - docker image tag "thomvaill/log4brains:$(make -C docker print-utag)" thomvaill/log4brains:alpha - docker image push thomvaill/log4brains:alpha + run: MDF_BRANCH_TAG=alpha make -C docker release version-tag branch-tag