Use buildx explicitly

This commit is contained in:
TheSpad
2023-03-22 10:37:41 +00:00
parent 256bca1877
commit 1816717f5a
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Build image
run: |
docker build --no-cache -t ${{ github.sha }} .
docker buildx build --no-cache -t ${{ github.sha }} .
- name: Tag image
if: ${{ github.ref == format('refs/heads/{0}-{1}', env.BASEIMAGE, env.MODNAME) }}