Skip to content

Commit

Permalink
fix: make latest corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Xoán Mallón <[email protected]>
  • Loading branch information
xoanmm committed Jun 4, 2022
1 parent 2f75918 commit 6f06f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
# build-tools is built from ../../tools/build-tools.Dockerfile
container: ghcr.io/kedacore/build-tools:main
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand All @@ -18,4 +16,4 @@ jobs:
- run: go version
- uses: fossas/fossa-action@main
with:
api-key: 'b0bfb312cf03c6c63752afaa5c98c7c8'
api-key: "b0bfb312cf03c6c63752afaa5c98c7c8"
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
registry: ghcr.io

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Publish on GitHub Container Registry
run: make publish-multiarch
Expand Down

0 comments on commit 6f06f60

Please sign in to comment.