Skip to content

Commit

Permalink
deploy: switch to upstream levant image (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom authored Oct 25, 2024
1 parent 4cae070 commit 249706a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 249706a

Please sign in to comment.