Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Oct 9, 2023
1 parent f859fd9 commit a284ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ env.REGISTRY }}/${{ github.repository }}

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion docker/get-docker-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GIT_SHA1_SHORT=$(echo "$GIT_SHA1" | cut -c 1-7)
GIT_BRANCH=${3:-$(git symbolic-ref -q --short HEAD || echo "unknown")}
GIT_TAG=${4:-$(git describe --tags --exact-match 2> /dev/null || echo "")}

IMAGE_NAME=${IMAGE_NAME:-ghcr.io/ipfs/rainbow}
IMAGE_NAME=${IMAGE_NAME:-ipfs/rainbow}

echoImageName () {
local IMAGE_TAG=$1
Expand Down

0 comments on commit a284ed4

Please sign in to comment.