Skip to content

Commit

Permalink
chore: Fix docker platform + remove typ
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirio committed Nov 18, 2023
1 parent 793e4ff commit 0cedeff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

sonarcloud:
name: SonarCloud
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:

- name: Generate a full changelog
uses: orhun/git-cliff-action@v2
id: git-cliff
with:
config: cliff.toml
args: --verbose --output CHANGELOG.md
Expand Down

0 comments on commit 0cedeff

Please sign in to comment.