diff --git a/.github/workflows/build-push-artifacts.yml b/.github/workflows/build-push-artifacts.yml index deaecce..82cea3e 100644 --- a/.github/workflows/build-push-artifacts.yml +++ b/.github/workflows/build-push-artifacts.yml @@ -5,7 +5,7 @@ on: # Publish artifacts on every push to master and every tag push: branches: - - master + - main tags: - "*" @@ -17,6 +17,7 @@ jobs: secrets: inherit publish_charts: + needs: [publish_images] uses: ./.github/workflows/build-push-charts.yml with: ref: ${{ github.ref }}