Skip to content

Commit

Permalink
WF OP
Browse files Browse the repository at this point in the history
  • Loading branch information
dianlight committed Feb 3, 2024
1 parent 935dbe7 commit ff4f70d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
with:
args: |
--cosign
--cosign \
--aarch64 \
--target sambanas \
--docker-hub dianlight
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
with:
args: |
--cosign
--cosign \
--all \
--target sambanas \
--docker-hub dianlight
Expand Down
243 changes: 0 additions & 243 deletions .github/workflows/helper_stats_graphs.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
with:
args: |
--cosign \
--all \
--docker-hub-check \
--target sambanas \
--docker-hub dianlight
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v7
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
Expand All @@ -31,3 +31,4 @@ jobs:
for your contributions.
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
exempt-issue-labels: 'no-expire'

0 comments on commit ff4f70d

Please sign in to comment.