Skip to content

Commit

Permalink
s/ubuntu-latest/ubuntu-20.04 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum authored Jan 30, 2025
1 parent 0097a98 commit 8017abd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-chart-jfrog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "chart_version=${CHART_VERSION}" >> $GITHUB_OUTPUT
build-chart:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: setup
steps:
- name: Checkout current repository
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
build-init-container:
needs:
- setup
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: 'Git checkout'
uses: actions/checkout@v4
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- build-chart
- build-init-container
- setup
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: setup jfrog
uses: jfrog/setup-jfrog-cli@f748a0599171a192a2668afee8d0497f7c1069df # v4.5.6
Expand Down

0 comments on commit 8017abd

Please sign in to comment.