Skip to content

Commit c61f93c

Browse files
immxmmichrira
authored andcommitted
Update Dockerfile and values.yaml for image version and repository changes; modify GitHub Actions workflow message format
1 parent e68d3fb commit c61f93c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ jobs:
185185
message: |
186186
🚀 PR Environment: [Open Deployment](${{ env.PR_ENV_URL }})
187187
🏷️ Image Tag: `${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.BUILD_VERSION }}`
188-
🖋️ Image Digest: `${{ needs.verify_image.outputs.digest }}`
188+
🖋️ Image Digest: `${{ needs.verify_image.outputs.digest }}`

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM klakegg/hugo:0.111.3-ext-ubuntu AS builder
1+
FROM docker.io/floryn90/hugo:0.146.6-ext-ubuntu AS builder
22

33
ARG TRAINING_HUGO_ENV=default
44

0 commit comments

Comments
 (0)