Skip to content

Commit

Permalink
fix job ids
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolik committed Jan 10, 2025
1 parent e45bda2 commit 34b8027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,21 @@ jobs:
- name: Attest the Controller image
uses: actions/attest-build-provenance@v2
id: attest
id: attest_controller
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.docker_build_controller.outputs.digest }}
push-to-registry: true
- name: Attest the Sidecar image
uses: actions/attest-build-provenance@v2
id: attest
id: attest_sidecar
with:
subject-name: ${{ env.REGISTRY }}/hyperspike/valkey-sidecar
subject-digest: ${{ steps.docker_build_sidecar.outputs.digest }}
push-to-registry: true
- name: Attest the Valkey image
uses: actions/attest-build-provenance@v2
id: attest
id: attest_valkey
with:
subject-name: ${{ env.REGISTRY }}/hyperspike/valkey
subject-digest: ${{ steps.docker_build_valkey.outputs.digest }}
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
data:
nodes: "3"
valkeyImage: "ghcr.io/hyperspike/valkey:8.0.2"
exporterImage: "ghcr.io/hyperspike/valkey-sidecar:v0.0.48"
exporterImage: "ghcr.io/hyperspike/valkey-sidecar:v0.0.49"
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 34b8027

Please sign in to comment.