Skip to content

Commit

Permalink
Fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 9, 2024
1 parent 686d1a4 commit 3fcb8ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
- uses: Chia-Network/actions/helm/deploy@main
env:
DOCKER_TAG: "sha-${{ inputs.deploy_ref }}"
REGION: ${{ matrix.colo.region }}
DOCKER_TAG: "sha-${{ github.sha }}"
with:
namespace: go-chia-crawler
app_name: "crawler"
Expand Down

0 comments on commit 3fcb8ad

Please sign in to comment.