Skip to content

Commit

Permalink
Fix included supported_platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
iodeslykos committed Jan 13, 2024
1 parent 0a3c2aa commit bc2af90
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
- linux/arm/v7
- linux/arm/v8
include:
- images.supported_platforms:
- linux/amd64
- linux/arm64
- images:
- supported_platforms:
- linux/amd64
- linux/arm64
outputs:
digests: ${{ steps.build-push-image.outputs.digest }}
steps:
Expand Down Expand Up @@ -113,9 +114,10 @@ jobs:
image_tags: ${{ github.repository_owner }}/kubectl:latest
description: "Kubectl is a CLI tool for running commands against Kubernetes clusters."
include:
- images.supported_platforms:
- linux/amd64
- linux/arm64
- images:
- supported_platforms:
- linux/amd64
- linux/arm64
outputs:
digests: ${{ steps.push-image.outputs.digest }}
steps:
Expand Down

0 comments on commit bc2af90

Please sign in to comment.