fix: use buildah import syntax
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build, Push, and Deploy / build (push) Successful in 2m4s
Build, Push, and Deploy / deploy (push) Failing after 0s

This commit is contained in:
Greg Hellings
2026-08-04 09:16:46 -05:00
parent 8f94777c67
commit dc44452c04
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Push image
run: |
buildah load -i result.tar.gz
buildah from docker-archive:result.tar.gz
buildah tag "localhost/gregs-homepage:latest" ${{ env.IMAGE }}
buildah push ${{ env.IMAGE }}