Skip to content

Commit

Permalink
Fix typo in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodearnest committed Oct 23, 2024
1 parent 5b4e9d1 commit 807c5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ publish-images:
for image_name in base-docker base-action
do
image="$image_name:$version"
full="ghcr.io/openasfely-core/$image"
full="ghcr.io/opensafely-core/$image"
docker tag $image $full
docker push $full
done
Expand Down

0 comments on commit 807c5d8

Please sign in to comment.