Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
run docker-image action on ubuntu-22.04
  • Loading branch information
tongke6 committed Feb 24, 2025
1 parent 4a7c23e commit 72f0e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Login to Dockerhub
Expand Down

0 comments on commit 72f0e48

Please sign in to comment.