Skip to content

Commit

Permalink
[MOV-23365] feat: Use Ubuntu 24.04 image on Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobraga committed Jan 11, 2025
1 parent c57352b commit 38482a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy images to Docker Hub
on: [push, workflow_dispatch]

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: true
max-parallel: 5
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ on:
push:
branches: [main]
paths: [README.md, .github/workflows/dockerhub-description.yml]

jobs:
docker-description:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 38482a9

Please sign in to comment.