Skip to content

Commit

Permalink
levant: will it work????
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Oct 7, 2024
1 parent 4cae070 commit cb96a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

runs-on: [self-hosted, deployment-runner]
container:
image: git.dbyte.xyz/distro/levant
image: hashicorp/levant
if: github.ref != 'refs/heads/main' && github.event_name == 'push'
timeout-minutes: 60
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- build
runs-on: [self-hosted, deployment-runner]
container:
image: git.dbyte.xyz/distro/levant
image: hashicorp/levant
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
timeout-minutes: 60
steps:
Expand Down

0 comments on commit cb96a9b

Please sign in to comment.