Skip to content

Commit

Permalink
change to personal docker
Browse files Browse the repository at this point in the history
Signed-off-by: Johnatas <[email protected]>
  • Loading branch information
johnatasr committed Nov 16, 2023
1 parent 9422eac commit 3ae8562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: rancher/ecm-distro-tools:${{ github.ref_name }}
tags: johnatasr/ecm-distro-tools:${{ github.ref_name }}
file: ./Dockerfile
context: .
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

TMP_DIR=""
REPO_NAME="ecm-distro-tools"
REPO_URL="https://github.com/rancher/${REPO_NAME}"
REPO_URL="https://github.com/johnatasr/${REPO_NAME}"
REPO_RELEASE_URL="${REPO_URL}/releases"
INSTALL_DIR="/usr/local/bin/ecm-distro-tools"
SUFFIX=""
Expand Down

0 comments on commit 3ae8562

Please sign in to comment.