Skip to content

Commit

Permalink
add docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Mar 28, 2024
1 parent 02d7727 commit 90f37ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 100 deletions.
100 changes: 0 additions & 100 deletions .github/workflows/release-docker.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,16 @@ jobs:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}

docker-release:
name: Docker Release
needs: [pypi-release]

uses: dbt-labs/dbt-release/.github/workflows/docker-release.yml@main
with:
package: ${{ github.event.repository.name }}
version_number: ${{ inputs.version_number }}
test_run: ${{ inputs.test_run }}

slack-notification:
name: Slack Notification
if: ${{ failure() && (!inputs.test_run || inputs.nightly_release) }}
Expand Down

0 comments on commit 90f37ff

Please sign in to comment.