Skip to content

Commit

Permalink
Updated image tags in the app manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 17, 2024
1 parent a76bf29 commit 2e86c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose-prod/blog-halb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:
external: true
services:
blog-halb:
image: ghcr.io/robalb/my-website:sha-09e59b4696e69308f923e0a6ea0170fc9a4bee27
image: ghcr.io/robalb/my-website:sha-a76bf29250f7f73fe3847061d84204a7a8061946
restart: unless-stopped
expose:
- '80'
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: halb-nginx
image: ghcr.io/robalb/my-website:sha-09e59b4696e69308f923e0a6ea0170fc9a4bee27
image: ghcr.io/robalb/my-website:sha-a76bf29250f7f73fe3847061d84204a7a8061946
ports:
- containerPort: 80
imagePullSecrets:
Expand Down

0 comments on commit 2e86c63

Please sign in to comment.