Skip to content

Commit

Permalink
ci: remove the docker build action
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
  • Loading branch information
AliSajid committed Mar 28, 2024
1 parent ac9a095 commit a26278f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 160 deletions.
153 changes: 0 additions & 153 deletions .github/workflows/build_container.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,3 @@ jobs:
if: ${{needs.get-next-version.outputs.new-release-published == 'true'}}
uses: ./.github/workflows/release.yaml
secrets: inherit # pragma: allowlist secret
build-container:
permissions:
id-token: write
packages: write
needs: [ci]
uses: ./.github/workflows/build_container.yaml
secrets: inherit # pragma: allowlist secret

0 comments on commit a26278f

Please sign in to comment.