Skip to content

Commit 5fcd8dc

Browse files
committed
feat: Update build process
1 parent 45243f3 commit 5fcd8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
component-name: ${{ matrix.component.name }}
9191
component-tag: ${{ steps.meta.outputs.tags }}
9292
access-token: ${{ secrets.GITHUB_TOKEN }}
93-
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
9493
- name: Build and push
94+
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
9595
uses: docker/build-push-action@v6
9696
with:
9797
no-cache: true

0 commit comments

Comments
 (0)