Skip to content

Commit

Permalink
ci: fix bdjuno repo secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Apr 9, 2024
1 parent 42dec2e commit 0a688b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Prepare tags 🏷️
id: prep
run: |
DOCKER_IMAGE=${{ secrets.DOCKERHUB_CALLISTO_REPO }}
DOCKER_IMAGE=${{ secrets.DOCKERHUB_BDJUNO_REPO }}
CHAIN_NAME="${{env.CHAIN_NAME}}"
VERSION="${{env.GITHUB_VERSION}}"
TAGS="${DOCKER_IMAGE}:${CHAIN_NAME}-${VERSION}"
Expand Down

0 comments on commit 0a688b2

Please sign in to comment.