fix: use buildx

This commit is contained in:
Eli Bosley
2023-08-31 10:25:15 -04:00
parent 002e800360
commit 3cfa302530

View File

@@ -37,6 +37,7 @@ jobs:
run: |
git_hash=$(git rev-parse --short "$GITHUB_SHA")
echo "{tag}={$git_hash}" >> "$GITHUB_OUTPUT"
- uses: docker/setup-buildx-action@v1
- name: Build and push
uses: docker/build-push-action@v4
env: