Skip to content

Commit

Permalink
change playground workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Jul 8, 2024
1 parent 021b9d1 commit 16a2cd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/google-registry-gke-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ jobs:
uses: google-github-actions/setup-gcloud@v1
with:
install_components: beta

# Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# Build image on Google Cloud Artifact Registry
- name: Build Docker Image
Expand Down

0 comments on commit 16a2cd5

Please sign in to comment.