Skip to content

Commit

Permalink
push docker image? upgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jun 10, 2024
1 parent 62e0e36 commit 9086e19
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
k8s-kind-suite:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 60

steps:
Expand All @@ -19,8 +19,13 @@ jobs:
with:
cluster_name: parsl-k8s

- name: Build and push
- name: Build docker image
uses: docker/build-push-action@v5
with:
context: .
tags: parsl:ci

- name: Push docker image into kubernetes cluster
run: |
kind load docker-image parsl:ci

0 comments on commit 9086e19

Please sign in to comment.