Skip to content

Commit 0740791

Browse files
fix: typo in ci.yaml
Signed-off-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com>
1 parent bc9fc5d commit 0740791

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
pull_request:
77
branches: [ "rewrite" ]
88

9-
permissions:
10-
contents: write
11-
pull-requests: write
12-
checks: write
13-
149
jobs:
1510
check:
1611
runs-on: ubuntu-latest
@@ -22,6 +17,4 @@ jobs:
2217
with:
2318
components: clippy
2419

25-
- uses: auguwu/clippy-action@1.4.0
26-
with:
27-
token: ${{ secrets.GITHUB_TOKEN }}
20+
- uses: crusty-pie/clippy@v1

.github/workflows/docker.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
tags: ${{ steps.meta.outputs.tags }}
3838
labels: ${{ steps.meta.outputs.labels }}
3939
context: winapps-image
40-
containerfiles: |
41-
Containerfile
40+
containerfiles: winapps-image/Containerfile
4241

4342
- name: Push image to GHCR
4443
uses: redhat-actions/push-to-registry@v2

0 commit comments

Comments
 (0)