Skip to content

Commit

Permalink
make the dockerifle name match the action, and fix the action name to…
Browse files Browse the repository at this point in the history
… be deployment_env rather than development_env
  • Loading branch information
lagosr-google authored Oct 28, 2024
1 parent 7d0f519 commit 8ebce5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_deployment_env_image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build_push_development_env_image
name: build_push_deployment_env_image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion cloud/aws/deployment/build-deployment
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ docker buildx build --push \
"${PLATFORM_ARG[@]}" \
-t "docker.io/civiform/${IMAGE}:latest" \
-t "docker.io/civiform/${IMAGE}:${SNAPSHOT_TAG}" \
-f development.Dockerfile .
-f deployment-env.Dockerfile .
File renamed without changes.

0 comments on commit 8ebce5a

Please sign in to comment.