diff --git a/.github/workflows/build-push-kafka-docker.yml b/.github/workflows/build-push-kafka-docker.yml index 54efb3932..f9a99f8f2 100644 --- a/.github/workflows/build-push-kafka-docker.yml +++ b/.github/workflows/build-push-kafka-docker.yml @@ -24,8 +24,10 @@ jobs: echo ::set-output name=version::${VERSION} echo ::set-output name=tags::${TAGS} echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ') + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v3 - name: Login to DockerHub if: startsWith(github.ref, 'refs/tags/') uses: docker/login-action@v1 @@ -33,9 +35,10 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: context: docker/kafka + platforms: linux/amd64,linux/arm64 push: ${{ startsWith(github.ref, 'refs/tags/') }} tags: ${{ steps.prep.outputs.tags }} labels: | diff --git a/api/v1alpha1/zz_generated.deepcopy.go b/api/v1alpha1/zz_generated.deepcopy.go index f2aecac6f..ba195da0b 100644 --- a/api/v1alpha1/zz_generated.deepcopy.go +++ b/api/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2023 Cisco Systems, Inc. and/or its affiliates +Copyright 2024 Cisco Systems, Inc. and/or its affiliates Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/v1beta1/zz_generated.deepcopy.go b/api/v1beta1/zz_generated.deepcopy.go index 8749f25c0..1910dab51 100644 --- a/api/v1beta1/zz_generated.deepcopy.go +++ b/api/v1beta1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2023 Cisco Systems, Inc. and/or its affiliates +Copyright 2024 Cisco Systems, Inc. and/or its affiliates Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/header.generated.txt b/hack/boilerplate/header.generated.txt index 89a006702..1f50fa156 100644 --- a/hack/boilerplate/header.generated.txt +++ b/hack/boilerplate/header.generated.txt @@ -1,4 +1,4 @@ -Copyright 2023 Cisco Systems, Inc. and/or its affiliates +Copyright 2024 Cisco Systems, Inc. and/or its affiliates Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/header.go.generated.txt b/hack/boilerplate/header.go.generated.txt index afae2cc7d..7273dbea7 100644 --- a/hack/boilerplate/header.go.generated.txt +++ b/hack/boilerplate/header.go.generated.txt @@ -1,5 +1,5 @@ /* -Copyright 2023 Cisco Systems, Inc. and/or its affiliates +Copyright 2024 Cisco Systems, Inc. and/or its affiliates Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.