trying to fix docker build, so it includes git sha info.

This commit is contained in:
Jason Kulatunga
2022-05-26 22:53:00 -07:00
parent d93d24b52d
commit c539af1a67
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx