Skip to content

Commit

Permalink
fix ubuntu version to include oc command
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-macdonald1 committed Dec 16, 2024
1 parent 4a95a78 commit afcd784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:

build_and_push:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
deploy:
needs: build_and_push
environment: ${{ github.ref_name }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout the repository
Expand Down

0 comments on commit afcd784

Please sign in to comment.