Skip to content

Commit

Permalink
fix(ci): E2E builds Docker images unneccessarily on publish (#5212)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Mar 11, 2025
1 parent c542780 commit ba0610e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/platform-docker-build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:
api-image: ${{ matrix.api-image }}
concurrency: ${{ matrix.args.concurrency }}
tests: ${{ matrix.args.tests }}
secrets: inherit
secrets:
GCR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}

strategy:
matrix:
Expand Down

0 comments on commit ba0610e

Please sign in to comment.