Skip to content

Commit

Permalink
Update release-docker-hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
y4ssi authored Oct 15, 2024
1 parent c56bb8a commit 8173bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "tags=latest,${{ github.ref_name }},${{ github.sha }}" >> $GITHUB_OUTPUT
build_push:
uses: Electric-Coin-Company/.github/.github/workflows/build-and-push-docker-hub.yaml@main
uses: zcash/.github/.github/workflows/build-and-push-docker-hub.yaml@main
needs: set_env
with:
image_name: zcash-explorer
Expand All @@ -30,4 +30,4 @@ jobs:
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
dockerhub_registry: ${{ secrets.DOCKERHUB_REGISTRY }}
dockerhub_registry: ${{ secrets.DOCKERHUB_REGISTRY }}

0 comments on commit 8173bf1

Please sign in to comment.