Skip to content

Commit

Permalink
Revert "Bump docker/build-push-action from 5 to 6 (#7850)" (#7898)
Browse files Browse the repository at this point in the history
This reverts commit 3d84ad6.

<!--
Before you open the request please review the following guidelines and
tips to help it be more easily integrated:

 - Describe the scope of your change - i.e. what the change does.
 - Describe any known limitations with your change.
- Please run any tests or examples that can exercise your modified code.

 Thank you for contributing!
 -->

### Description of the change

Reverts the previous bump of GitHub action docker/build-push-action (6
-> 5).
<!-- Describe the scope of your change - i.e. what the change does. -->

### Benefits

<!-- What benefits will be realized by the code change? -->
The CI works again.

### Possible drawbacks

<!-- Describe any known limitations with your change -->

### Applicable issues

<!-- Enter any applicable Issues here (You can reference an issue using
#) -->

- fixes #

### Additional information

<!-- If there's anything else that's important and relevant to your pull
request, mention that information here.-->
  • Loading branch information
beni0888 authored Jul 16, 2024
1 parent 3d84ad6 commit 8d4bd22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kubeapps-general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
file: cmd/${{matrix.image}}/Dockerfile
platforms: ${{ env.IMG_PLATFORMS }}
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
context: dashboard
platforms: ${{ env.IMG_PLATFORMS }}
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
tags: ${{needs.setup.outputs.img_dev_tag}}
- uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
context: integration
# It doesn't make sense investing CI time in making a multiplatform image here
Expand Down

0 comments on commit 8d4bd22

Please sign in to comment.