fix/remove-gleam-dockerfile-refs (#204)

Reviewed-on: graham/towerops-web#204
This commit is contained in:
Graham McIntire 2026-03-28 12:09:01 -05:00
parent 66bb12ada7
commit a3cdf02114

View file

@ -109,11 +109,8 @@ jobs:
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
with:
driver: docker-container
driver-opts: |
image=moby/buildkit:latest
driver: docker
install: true
cleanup: true
- name: Log in to Container Registry
uses: https://github.com/docker/login-action@v3