fix: use buildah import syntax
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user