This commit is contained in:
Benjamin Palko 2025-03-20 12:00:09 -04:00
parent c6b1e0940b
commit ece8b13922

View file

@ -15,6 +15,8 @@ jobs:
bun-version-file: ".tool-versions" bun-version-file: ".tool-versions"
- name: Install - name: Install
run: bun install --frozen-lockfile run: bun install --frozen-lockfile
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: