Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
also publish redis sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Jun 27, 2024
1 parent 3513226 commit 183b4ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,17 @@ jobs:
run: |
nix build ./#containers.x86_64-linux.kardinal-manager.arm64 --no-link --print-out-paths
nix build ./#containers.x86_64-linux.kardinal-manager.amd64 --no-link --print-out-paths
- name: Build Kardinal CLI images
run: |
nix build ./#containers.x86_64-linux.kardinal-cli.arm64 --no-link --print-out-paths
nix build ./#containers.x86_64-linux.kardinal-cli.amd64 --no-link --print-out-paths
- name: Build Redis Sidecar images
run: |
nix build ./#containers.x86_64-linux.redis-proxy-overlay.arm64 --no-link --print-out-paths
nix build ./#containers.x86_64-linux.redis-proxy-overlay.amd64 --no-link --print-out-paths
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -70,3 +78,4 @@ jobs:
run: |
nix run ./#publish-kardinal-manager-container
nix run ./#publish-kardinal-cli-container
nix run ./#publish-redis-proxy-overlay-container

0 comments on commit 183b4ab

Please sign in to comment.