Skip to content

Commit

Permalink
Update dockerpush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Nov 30, 2024
1 parent deaaaae commit 4ce1e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Run tests.
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
# See also https://docs.docker.com/docker-hub/builds/
docker-push:
# Ensure test job passes before pushing image.
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4ce1e20

Please sign in to comment.