Skip to content

Commit

Permalink
image -> image_tags (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
iodeslykos authored Jan 13, 2024
1 parent dafe74a commit 0a3c2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ jobs:
images:
- dockerfile: tools/opentofu/Dockerfile
directory: tools/opentofu/Dockerfile
image: ${{ github.repository_owner }}/opentofu:latest
image_tags: ${{ github.repository_owner }}/opentofu:latest
description: "OpenTofu is an open source IaC tool that allows management of infrastructure as code."
supported_platforms:
- linux/arm/v7
- linux/arm/v8
- dockerfile: tools/kubectl/Dockerfile
directory: tools/kubectl/Dockerfile
image: ${{ github.repository_owner }}/kubectl:latest
image_tags: ${{ github.repository_owner }}/kubectl:latest
description: "Kubectl is a CLI tool for running commands against Kubernetes clusters."
include:
- images.supported_platforms:
Expand Down

0 comments on commit 0a3c2aa

Please sign in to comment.