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

build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 #163

Merged
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/hyperspike/valkey-operator:${{ github.sha }}
- name: Build Operator image
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
id: docker_build_operator
with:
file: Dockerfile.controller
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: make V=1

- name: Build and push Docker image
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
id: docker_build_controller
with:
file: Dockerfile.controller
Expand All @@ -75,7 +75,7 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.RELEASE_VERSION }}
labels: ${{ steps.meta_manager.outputs.labels }}
- name: Build and push Sidecar image
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
id: docker_build_sidecar
with:
file: Dockerfile.sidecar
Expand All @@ -85,7 +85,7 @@ jobs:
tags: ${{ env.REGISTRY }}/hyperspike/valkey-sidecar:${{ env.RELEASE_VERSION }}
labels: ${{ steps.meta_sidecar.outputs.labels }}
- name: Build and push Valkey image
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
id: docker_build_valkey
with:
file: Dockerfile.valkey
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build the Valkey image
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
id: docker_build_valkey
with:
file: Dockerfile.valkey
Expand Down
Loading