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-angular".
  • Loading branch information
tdonohue committed Apr 9, 2024
1 parent 0c006ba commit 10db33b
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 @@ -28,7 +28,7 @@ jobs:
# Use the reusable-docker-build.yml script from DSpace/DSpace repo to build our Docker image
uses: DSpace/DSpace/.github/workflows/reusable-docker-build.yml@main
with:
build_id: dspace-angular
build_id: dspace-angular-dev
image_name: dspace/dspace-angular
dockerfile_path: ./Dockerfile
secrets:
Expand Down

0 comments on commit 10db33b

Please sign in to comment.