diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index abb3804..02a967c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -21,7 +21,8 @@ jobs:
 
     runs-on: [self-hosted, deployment-runner]
     container:
-      image: git.dbyte.xyz/distro/levant
+      image: hashicorp/levant
+      options: --user root
     if: github.ref != 'refs/heads/main' && github.event_name == 'push'
     timeout-minutes: 60
     steps:
@@ -49,7 +50,8 @@ jobs:
       - build
     runs-on: [self-hosted, deployment-runner]
     container:
-      image: git.dbyte.xyz/distro/levant
+      image: hashicorp/levant
+      options: --user root
     if: github.ref == 'refs/heads/main' && github.event_name == 'push'
     timeout-minutes: 60
     steps: