Fix missing entrypoint.sh
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -136,6 +136,8 @@ dockers:
|
||||
- '--label=org.opencontainers.image.created={{time "2006-01-02T15:04:05Z07:00"}}'
|
||||
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
||||
- "--label=org.opencontainers.image.licenses=MIT"
|
||||
extra_files:
|
||||
- entrypoint.sh
|
||||
# Use the Docker-specific build with AMD64 filtering
|
||||
ids:
|
||||
- probod-docker
|
||||
@@ -157,6 +159,8 @@ dockers:
|
||||
- '--label=org.opencontainers.image.created={{time "2006-01-02T15:04:05Z07:00"}}'
|
||||
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
||||
- "--label=org.opencontainers.image.licenses=MIT"
|
||||
extra_files:
|
||||
- entrypoint.sh
|
||||
# Use the Docker-specific build with ARM64 filtering
|
||||
ids:
|
||||
- probod-docker
|
||||
|
||||
Reference in New Issue
Block a user