Skip to content
Snippets Groups Projects

Resolves - Update docker deployments

Merged Clayton, Brandon Scott requested to merge ghsc/users/bclayton/nshmp/nshmp-haz:docker into main
All threads resolved!
Compare and Show latest version
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -13,6 +13,10 @@ stages:
- build
- trigger
default:
tags:
- nshmp
####
# Environment Templates
####
@@ -105,8 +109,6 @@ stages:
- docker tag "${env_image_name}" "${latest_image_name}"
- docker push "${latest_image_name}"
stage: build
tags:
- build
variables:
DOCKERFILE: Dockerfile
DOCKER_BUILD_ARGS: |
@@ -123,8 +125,6 @@ stages:
.java:
image: ${DEVOPS_REGISTRY}usgs/amazoncorretto:11
stage: build
tags:
- development
####
# Stage: build
Loading