Skip to content

Commit

Permalink
ci/docker: force tag main as latest since many people pull it
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Aug 2, 2024
1 parent 8605b70 commit eac11e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eac11e8

Please sign in to comment.