Skip to content

Commit

Permalink
ci: docker remove redundant registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Dec 4, 2023
1 parent 152267c commit c4d9380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: load
run: |
load=$(docker load --input rebar.tar | tee /dev/stderr)
TAGS=$(echo $load | sed "s/Loaded image: /${{ env.REGISTRY }}\//g")
TAGS=$(echo $load | sed "s/Loaded image: //g")
echo TAGS="$TAGS" >> $GITHUB_ENV
# output.tags can be an array (ex. v0.2.0, main, latest)
Expand Down

0 comments on commit c4d9380

Please sign in to comment.