Skip to content

Commit

Permalink
ci: fix docker alpha job
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvaill committed Oct 29, 2024
1 parent 14aea73 commit e4daee0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/post-release-docker-hub-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e4daee0

Please sign in to comment.