Skip to content

Commit

Permalink
point docker release to dev branch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed May 14, 2024
1 parent ebe2b5f commit 63c82e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
needs: github-release # docker relies on the published tag from github-release
permissions:
packages: write # this permission is required for publishing to GHCR
uses: dbt-labs/dbt-release/.github/workflows/release-docker.yml@main
uses: dbt-labs/dbt-release/.github/workflows/release-docker.yml@latest-wrangler-new-docker
with:
version_number: ${{ inputs.version }}
test_run: ${{ inputs.deploy-to == 'test' }}

0 comments on commit 63c82e1

Please sign in to comment.