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 21, 2024
1 parent f4de60a commit e709ca9
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-55b5e0e6fad5bff97652520131060cd28cf280e7
image: ghcr.io/robalb/my-website:sha-f4de60a904864e66e82c18e9851c03efc817760c
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-55b5e0e6fad5bff97652520131060cd28cf280e7
image: ghcr.io/robalb/my-website:sha-f4de60a904864e66e82c18e9851c03efc817760c
ports:
- containerPort: 80
imagePullSecrets:
Expand Down

0 comments on commit e709ca9

Please sign in to comment.