Skip to content

Commit

Permalink
Fix incorrect porch Docker image target
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger authored Oct 8, 2024
1 parent b174fc0 commit 7279556
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 @@ -43,7 +43,7 @@ image_names += ub-22.04-irods-clients-4.3.2
image_names += ub-22.04-irods-clients-4.3.3
# image_names += ub-22.04-irods-clients-4.3-nightly

image_names += python-3.10-npg-porch
image_names += python-3.10-npg-porch-2.0.0

git_url=$(shell git remote get-url origin)
git_commit=$(shell git log --pretty=format:'%H' -n 1)
Expand Down

0 comments on commit 7279556

Please sign in to comment.