Skip to content

Commit

Permalink
Merge pull request #713 from turbo124/debian
Browse files Browse the repository at this point in the history
Fixes for publish image regression - force 22.04
  • Loading branch information
turbo124 authored Jan 24, 2025
2 parents 995d70a + a5204cc commit 9d99120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down

0 comments on commit 9d99120

Please sign in to comment.