Skip to content

Commit

Permalink
Merge pull request #50 from bcgov/feat/ubuntu-version-fix
Browse files Browse the repository at this point in the history
Fix ubuntu version to include oc command
  • Loading branch information
hannah-macdonald1 authored Dec 16, 2024
2 parents e68e573 + afcd784 commit 4ab0592
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 4ab0592

Please sign in to comment.