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 Sep 26, 2023
1 parent dc29ce7 commit 71cd4af
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-bab1ac1ac647dc7a8b04a461cf76097d90540963
image: ghcr.io/robalb/my-website:sha-dc29ce77a0c2d957d73787e5d72d45c254e9bd8f
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-bab1ac1ac647dc7a8b04a461cf76097d90540963
image: ghcr.io/robalb/my-website:sha-dc29ce77a0c2d957d73787e5d72d45c254e9bd8f
ports:
- containerPort: 80
imagePullSecrets:
Expand Down

0 comments on commit 71cd4af

Please sign in to comment.