Skip to content

Commit

Permalink
Merge pull request #35 from opensafely-core/arrrg
Browse files Browse the repository at this point in the history
Fix typo in release script
  • Loading branch information
bloodearnest authored Oct 23, 2024
2 parents 5b4e9d1 + 807c5d8 commit a7466ea
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 a7466ea

Please sign in to comment.