Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github: Pin docker buildx version to v0.9.1 #23206

Merged
merged 1 commit into from
Jan 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: |
quay.io/${{ env.QUAY_ORGANIZATION_DEV }}/cilium-runtime:${{ steps.runtime-tag.outputs.tag }}
version: v0.9.1

- name: Sign Container Image Runtime
if: ${{ steps.cilium-runtime-tag-in-repositories.outputs.exists == 'false' }}
Expand Down Expand Up @@ -187,6 +188,7 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: |
quay.io/${{ env.QUAY_ORGANIZATION_DEV }}/cilium-builder:${{ steps.builder-tag.outputs.tag }}
version: v0.9.1

- name: Sign Container Image Builder
if: ${{ steps.cilium-builder-tag-in-repositories.outputs.exists == 'false' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-images-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
target: release
build-args: |
OPERATOR_VARIANT=${{ matrix.name }}
version: v0.9.1

- name: Install Cosign
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/build-images-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
push: false
platforms: linux/amd64
target: import-cache
version: v0.9.1

- name: Install Cosign
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b
Expand Down Expand Up @@ -154,6 +155,7 @@ jobs:
target: release
build-args: |
OPERATOR_VARIANT=${{ matrix.name }}
version: v0.9.1

- name: CI race detection Build ${{ matrix.name }}
if: ${{ github.event_name != 'pull_request_target' }}
Expand All @@ -176,6 +178,7 @@ jobs:
LOCKDEBUG=1
RACE=1
OPERATOR_VARIANT=${{ matrix.name }}
version: v0.9.1

- name: CI Unstripped Binaries Build ${{ matrix.name }}
if: ${{ github.event_name != 'pull_request_target' }}
Expand All @@ -196,6 +199,7 @@ jobs:
build-args: |
NOSTRIP=1
OPERATOR_VARIANT=${{ matrix.name }}
version: v0.9.1

- name: Sign Container Images
if: ${{ github.event_name != 'pull_request_target' }}
Expand Down Expand Up @@ -273,6 +277,7 @@ jobs:
target: release
build-args: |
OPERATOR_VARIANT=${{ matrix.name }}
version: v0.9.1

- name: CI race detection Build ${{ matrix.name }}
if: ${{ github.event_name == 'pull_request_target' }}
Expand All @@ -291,6 +296,7 @@ jobs:
LOCKDEBUG=1
RACE=1
OPERATOR_VARIANT=${{ matrix.name }}
version: v0.9.1

- name: CI Unstripped Binaries Build ${{ matrix.name }}
if: ${{ github.event_name == 'pull_request_target' }}
Expand All @@ -307,6 +313,7 @@ jobs:
build-args: |
NOSTRIP=1
OPERATOR_VARIANT=${{ matrix.name }}
version: v0.9.1

- name: Sign Container Images
if: ${{ github.event_name == 'pull_request_target' }}
Expand Down Expand Up @@ -385,6 +392,7 @@ jobs:
outputs: type=local,dest=/tmp/docker-cache-${{ matrix.name }}
platforms: linux/amd64
target: export-cache
version: v0.9.1

# Store docker's golang's cache build locally only on the main branch
- name: Store ${{ matrix.name }} Golang cache in GitHub cache path
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-images-hotfixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
target: release
build-args: |
OPERATOR_VARIANT=${{ matrix.name }}
version: v0.9.1

- name: Install Cosign
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-images-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
target: release
build-args: |
OPERATOR_VARIANT=${{ matrix.name }}
version: v0.9.1

- name: Install Cosign
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b
Expand Down