Skip to content

Commit

Permalink
Fix build workflow for dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
dchassin committed Jan 24, 2025
1 parent 45e3be3 commit adaec2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
buildUbuntuDockerhub:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: Integration
needs: buildUbuntu24FastS3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ jobs:
buildUbuntuDockerhub:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: Integration
needs: buildUbuntu22FastS3
needs: buildUbuntu24FastS3

steps:
- name: Checkout code
Expand Down

0 comments on commit adaec2f

Please sign in to comment.