Docker buildx
Some checks failed
ci / docker (push) Failing after 32s

This commit is contained in:
Eric Meehan 2025-02-14 11:52:09 -05:00
parent 8f72269f3e
commit 69b659d2cc

View File

@ -23,6 +23,9 @@ jobs:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with: