Skip to content

Commit

Permalink
Add kubectl version in the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimomeli committed Dec 13, 2024
1 parent 4174452 commit 0e659c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
with:
images: ghcr.io/${{github.repository_owner}}/crossplane-terraform-provider
tags:
type=raw,value=${{env.PROVIDER_VERSION}}-${{env.TERRAFORM_VERSION}}
type=raw,value=${{env.PROVIDER_VERSION}}-${{env.TERRAFORM_VERSION}}-${{env.KUBECTL_VERSION}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx

0 comments on commit 0e659c0

Please sign in to comment.