Skip to content

Update CircleCI builds - #46

Merged
DanRStevens merged 4 commits into
mainfrom
updateCircleCiBuilds
Aug 14, 2026
Merged

Update CircleCI builds#46
DanRStevens merged 4 commits into
mainfrom
updateCircleCiBuilds

Conversation

@DanRStevens

Copy link
Copy Markdown
Member

Update CircleCI workflow to version 2.1 to resolve deprecation warning, and updated Docker images used to latest.


The workflow in OP2Utility that builds the Docker images only pushes them to a GitHub Docker registry, not to DockerHub. To make the latest build image available on DockerHub it was transferred manually using:

docker image pull ghcr.io/outpostuniverse/op2utility:1.5
docker tag ghcr.io/outpostuniverse/op2utility:1.5 outpostuniverse/op2utility:1.5
docker image push outpostuniverse/op2utility:1.5

Related:

This removes a deprecation warning about version `2.0`.
This is no longer required when the file itself is marked with `version: 2.1`.
@DanRStevens
DanRStevens merged commit fcf7bec into main Aug 14, 2026
4 checks passed
@DanRStevens
DanRStevens deleted the updateCircleCiBuilds branch August 14, 2026 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant