Skip to content

Commit

Permalink
fix(CI): fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
budimanjojo committed Jan 13, 2023
1 parent 8a9f779 commit 9a146c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-kubernetes-schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ jobs:
run: |
sudo apt update
sudo apt-get install -y qemu qemu-user-static
- name: Set up Docker context for Buildx
id: buildx-context
run: |
docker context create builder
- name: Setup Docker Buildx
id: buildx
uses: docker/setup-buildx-action@165fe681b849eec43aaa64d786b9ec53e690475f
with:
endpoint: builder
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 9a146c9

Please sign in to comment.