Skip to content
Merged
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
}
skip-extraction: ${{ steps.cache-node.outputs.cache-hit }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Login to GitHub Container Registry
Expand Down
5 changes: 3 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,12 @@

### Dependencies

- Bump aquasecurity/trivy-action from 0.34.0 to 0.35.0 (PR #257 by
@dependabot[bot])
- Bump docker/metadata-action from 5 to 6 (PR #256 by @dependabot[bot])
- Bump docker/build-push-action from 6 to 7 (PR #254 by @dependabot[bot])
- Bump docker/setup-buildx-action from 3 to 4 (PR #258 by @dependabot[bot])
- Bump aquasecurity/trivy-action from 0.34.0 to 0.35.0 (PR #257 by
@dependabot[bot])
- Bump docker/setup-qemu-action from 3 to 4 (PR #255 by @dependabot[bot])
- Bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 (PR #247 by
@dependabot[bot])
- Bump reproducible-containers/buildkit-cache-dance from 3.3.1 to 3.3.2 (PR #252
Expand Down
Loading