Remove direct docker path
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 2s

This commit is contained in:
Gabriel Simmer 2023-07-16 19:32:04 +01:00
parent 995ba44c40
commit edede06bd6
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

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