Try non-buildx build
All checks were successful
Build Docker Image / arm-docker-build (push) Successful in 4m44s

This commit is contained in:
Gabriel Simmer 2023-07-16 20:10:56 +01:00
parent 101c56bf5d
commit ac537c91e5
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -13,4 +13,4 @@ jobs:
with:
ref: trunk
- name: Build and Push image
run: docker buildx build . -t icr.gmem.ca/dref:arm --push
run: docker build . -t icr.gmem.ca/dref:arm && docker push icr.gmem.ca/dref:arm