Skip to content

Commit

Permalink
fix(ci): use ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 committed Oct 7, 2024
1 parent cf25717 commit 0fda0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
push_to_registry:
name: Build image
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository == 'nextcloud/docker-socket-proxy'
permissions:
packages: write
Expand Down

0 comments on commit 0fda0ce

Please sign in to comment.