Skip to content

Commit 43087b8

Browse files
committed
ci: Restoring sha1 version commit
1 parent 71f2d7e commit 43087b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ name:
2929
## version: Output last commit sha1
3030
.PHONY: version
3131
version:
32-
@printf "$(shell date +%s)-$(shell git rev-parse --short HEAD)"
32+
@printf "$(shell git rev-parse --short HEAD)"
3333

3434
## app: Build whole app
3535
.PHONY: app

infra/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
values:
1818
nameOverride: goweb
1919
image:
20-
repository: vibioh/goweb:1611954440-8b573fc # {"$imagepolicy": "default:goweb"}
20+
repository: vibioh/goweb:latest # {"$imagepolicy": "default:goweb"}
2121
config:
2222
API_LOGGER_JSON: "true"
2323
ingress:

0 commit comments

Comments
 (0)