Skip to content

Commit

Permalink
trying different image
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE committed Dec 10, 2024
1 parent eb0dfe3 commit 835a720
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@ on:
jobs:
build:
name: Validate
runs-on: org-${{ github.repository_owner_id }}-linux-k8s
runs-on: org-${{ github.repository_owner_id }}-amd64-k8s
container: registry.suse.com/bci/bci-base:latest
steps:
- name: Checkout base branch
- name: install dependencies
run: zypper install -y docker jq git
- name: Checkout code
uses: actions/checkout@v4
- name: Git safe directory
run: git config --global --add safe.directory "$PWD"
- name: Set up PATH
run: echo $PATH >> $GITHUB_PATH

- name: Checkout base branch
uses: actions/checkout@v4
- name: Checkout PR
run: gh pr checkout ${{ github.event.pull_request.number }}
env:
Expand Down

0 comments on commit 835a720

Please sign in to comment.