Skip to content

Commit 0361133

Browse files
committed
Fix repo name.
1 parent 8bb05f5 commit 0361133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ jobs:
8484
8585
if [[ "$ref" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
8686
version="${ref#v}"
87-
echo "DOCKER_TAGS=stellar/cli:${version},stellar/cli:latest" >> $GITHUB_ENV
87+
echo "DOCKER_TAGS=stellar/stellar-cli:${version},stellar/stellar-cli:latest" >> $GITHUB_ENV
8888
elif [[ "${{ github.event_name }}" == "release" ]]; then
8989
echo "::error::Release tag '${ref}' is not a valid version tag (expected vX.Y.Z)."
9090
exit 1
9191
else
9292
commit="$(git rev-parse HEAD)"
93-
echo "DOCKER_TAGS=stellar/cli:${commit}" >> $GITHUB_ENV
93+
echo "DOCKER_TAGS=stellar/stellar-cli:${commit}" >> $GITHUB_ENV
9494
fi
9595
9696
- name: Build and push

0 commit comments

Comments
 (0)