ci/docker: force tag main as latest since many people pull it

This commit is contained in:
Ralf Vogler 2024-08-02 13:06:28 +02:00
parent 8605b70377
commit eac11e8949

View file

@ -34,6 +34,9 @@ jobs:
else
echo "IMAGE_TAG=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
fi
# TODO the above didn't tag main as latest... probably not available in env.BRANCH right away
echo "${{ env.BRANCH }}"
echo "IMAGE_TAG=latest" >> $GITHUB_ENV
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3