Skip to content

Commit

Permalink
use branch as version
Browse files Browse the repository at this point in the history
  • Loading branch information
balchua committed Sep 16, 2023
1 parent a3768c5 commit 6eb8134
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
name: A job to install MicroK8s
steps:
- uses: balchua/microk8s-actions@${{ github.sha }}
- uses: balchua/microk8s-actions@fix/pv-timeout
with:
channel: "1.26/stable"
addons: '["rbac", "dns", "hostpath-storage", "registry"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/launch-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
docker pull alpine:edge
docker save alpine:edge > $HOME/sideload/alpine-edge.tar
- uses: balchua/microk8s-actions@${{ github.sha }}
- uses: balchua/microk8s-actions@fix/pv-timeout
with:
channel: "1.28/stable"
launch-configuration: "$GITHUB_WORKSPACE/microk8s-config.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strict-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: A job to install MicroK8s with strict confinement
steps:
- uses: balchua/microk8s-actions@${{ github.sha }}
- uses: balchua/microk8s-actions@fix/pv-timeout
with:
channel: "${{ matrix.version }}"
devMode: "true"
Expand Down

0 comments on commit 6eb8134

Please sign in to comment.