Skip to content

Commit

Permalink
Fix python Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Wilms committed Jan 23, 2025
1 parent d7daa79 commit fc7f146
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
docker build -t nexus-main/nexus-agent-dotnet:v_next -f src/agent/dotnet/Dockerfile .
docker save --output artifacts/images/nexus_agent_dotnet_image.tar nexus-main/nexus-agent-dotnet:v_next
docker build -t nexus-main/nexus-agent-python:v_next -f src/agent/dotnet/Dockerfile .
docker build -t nexus-main/nexus-agent-python:v_next -f src/agent/python/Dockerfile .
docker save --output artifacts/images/nexus_agent_python_image.tar nexus-main/nexus-agent-python:v_next
- name: Upload Artifacts
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.0.0-beta.43 - 2025-01-23

- Fix python Docker image

## v2.0.0-beta.42 - 2025-01-23

- Update nexus-extensibility dependency (Python)
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.0",
"suffix": "beta.42"
"suffix": "beta.43"
}

0 comments on commit fc7f146

Please sign in to comment.