Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
e6b3790e4c
|
|||
|
955b528dd0
|
@@ -7,12 +7,13 @@ steps:
|
||||
from_secret: local_registry
|
||||
tags: latest,${CI_COMMIT_TAG}
|
||||
username:
|
||||
from_secret: local_password
|
||||
password:
|
||||
from_secret: local_username
|
||||
password:
|
||||
from_secret: local_password
|
||||
dockerfile: Dockerfile
|
||||
when:
|
||||
- event: tag
|
||||
|
||||
scan_image:
|
||||
image: aquasec/trivy
|
||||
commands:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.23
|
||||
|
||||
ENV PGHOST="database.database1.svc.cluster.local"
|
||||
ENV PGDATABASE="udi-hottis"
|
||||
|
||||
Reference in New Issue
Block a user