Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
Expand All @@ -37,7 +37,7 @@
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}

Check warning on line 40 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / smart-lint

40:81 [line-length] line too long (90 > 80 characters)
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand All @@ -57,6 +57,6 @@
- name: Generate attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}

Check warning on line 60 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / smart-lint

60:81 [line-length] line too long (96 > 80 characters)
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
2 changes: 1 addition & 1 deletion .github/workflows/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
workflow_dispatch:

permissions:
contents: write

Check failure on line 7 in .github/workflows/status.yml

View workflow job for this annotation

GitHub Actions / smart-lint

7:18 [trailing-spaces] trailing spaces

jobs:
process:
Expand All @@ -14,7 +14,7 @@

steps:
- name: Init Sequence
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Gather Metrics
id: state_eval
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
workflow_dispatch:

permissions:
contents: write

Check failure on line 7 in .github/workflows/sync.yml

View workflow job for this annotation

GitHub Actions / smart-lint

7:18 [trailing-spaces] trailing spaces

jobs:
process:
Expand All @@ -14,7 +14,7 @@

steps:
- name: Init Sequence
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Gather Metrics
id: state_eval
Expand Down
Loading