Skip to content

Commit

Permalink
fixup ubuntu version to 22.04 when docker build
Browse files Browse the repository at this point in the history
Signed-off-by: Tlntin <[email protected]>
  • Loading branch information
Tlntin authored Sep 14, 2024
1 parent 956ec84 commit 560f886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
build-and-push-image:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 560f886

Please sign in to comment.