remove buildx step, I think the image comes with it setup?

This commit is contained in:
brooke 2025-03-17 19:41:51 -04:00
parent 84d3a33eef
commit 4c48cad76d

View file

@ -15,10 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
- name: Login to Self-Hosted Registry
uses: docker/login-action@v3
with: