Skip to content

Commit

Permalink
Rename Docker images to clearly indicate a build environment
Browse files Browse the repository at this point in the history
We don't want to confuse people by suggesting the images contain a fully built NAS2D library. Rather, they are the build environments needed to build NAS2D, as used by the CI workflows.
  • Loading branch information
DanRStevens committed Nov 11, 2024
1 parent 120e9e2 commit a3c12fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include $(wildcard $(DockerFolder)/nas2d-*.version.mk)

DockerFileName = ${DockerFolder}/nas2d-$*.Dockerfile

DockerImageName = ${DockerRepository}/nas2d-$*
DockerImageName = ${DockerRepository}/build-env-nas2d-$*
DockerImageNameTagged = ${DockerImageName}:${ImageVersion_$*}
DockerImageNameLatest = ${DockerImageName}:latest

Expand Down

0 comments on commit a3c12fc

Please sign in to comment.