Skip to content

Commit

Permalink
Merge branch 'grpc'
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Feb 5, 2025
2 parents 58c9a39 + 35388ad commit f3c4c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ip-visit-counter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
file: ip-visit-counter/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
context: ip-visit-counter/
context: ./
push: true
tags: |
ghcr.io/metalbear-co/playground-ip-visit-counter:latest
Expand Down
2 changes: 1 addition & 1 deletion base/ip-visit-counter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: main
image: ghcr.io/metalbear-co/playground-ip-visit-counter:e2432eb319787b91f9a324da9145af3230015606
image: ghcr.io/metalbear-co/playground-ip-visit-counter:latest
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit f3c4c81

Please sign in to comment.