Skip to content

Commit

Permalink
Merge pull request #99 from huskynz/dev
Browse files Browse the repository at this point in the history
Pin Action to ubuntu 22.04 untill testing for 24.04 can be dfone
  • Loading branch information
Husky-Devel authored Jan 4, 2025
2 parents d216346 + 700ed31 commit 2a6d3c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
setup:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
cache-key: ${{ steps.cache-key.outputs.key }}
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
build:
needs: setup
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

push:
needs: [setup, build]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
packages: write
steps:
Expand Down

0 comments on commit 2a6d3c5

Please sign in to comment.