ci/docker: force tag main as latest since many people pull it
This commit is contained in:
parent
8605b70377
commit
eac11e8949
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -34,6 +34,9 @@ jobs:
|
||||||
else
|
else
|
||||||
echo "IMAGE_TAG=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
|
echo "IMAGE_TAG=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
|
||||||
fi
|
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
|
name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue