Skip to content

Commit

Permalink
fix github deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
EloiZ committed Jan 10, 2025
1 parent 92f95d2 commit e626f10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
jobs:

build:

runs-on: ubuntu-latest
#
#runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # debug deploy image
if: github.repository_owner == 'alshedivat'

steps:
Expand Down

0 comments on commit e626f10

Please sign in to comment.