Fix container image address to 192.168.254.5
Build and deploy Hugo site / build (push) Failing after 5s

This commit is contained in:
YaoLei
2026-07-03 11:41:57 +08:00
parent 8f28c28c41
commit 9cf46ebb39
+1 -1
View File
@@ -5,7 +5,7 @@ jobs:
build:
runs-on: act_runner1
container:
image: 192.168.8.254.5:5000/hugo:v0.163.3
image: 192.168.254.5:5000/hugo:v0.163.3
steps:
- name: Checkout repository (shell)
run: |