Skip to content

Commit

Permalink
Docker build IDs must all be unique to avoid image conflicts. Ensure …
Browse files Browse the repository at this point in the history
…no builds use a generic name like "dspace".
  • Loading branch information
tdonohue committed Apr 9, 2024
1 parent cf8be93 commit 3de66eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
needs: dspace-dependencies
uses: ./.github/workflows/reusable-docker-build.yml
with:
build_id: dspace
build_id: dspace-prod
image_name: dspace/dspace
dockerfile_path: ./Dockerfile
secrets:
Expand Down

0 comments on commit 3de66eb

Please sign in to comment.