Skip to content

Commit

Permalink
use test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust committed Sep 22, 2022
1 parent 0b2dc39 commit 4433e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [published, created, edited]

env:
DOCKER_REPOSITORY: fiscobcos
DOCKER_REPOSITORY: fisco-test


jobs:
Expand All @@ -33,7 +33,7 @@ jobs:
id: set_docker_tag
run: |
[[ ${{github.ref}} == */tags/* ]] && DOCKER_TAG="${GIT_TAG_NAME}" || DOCKER_TAG="${BRANCH_NAME}"
DOCKER_TAG="fiscoorg/${DOCKER_REPOSITORY}:${DOCKER_TAG}"
DOCKER_TAG="bxqz/${DOCKER_REPOSITORY}:${DOCKER_TAG}"
echo "New docker tag is ${DOCKER_TAG}"
echo "::set-output name=docker_tag::$(echo ${DOCKER_TAG})"
Expand Down

0 comments on commit 4433e1d

Please sign in to comment.