Skip to content

Commit 4787094

Browse files
ci(deps): bump docker/buildx from 0.18.0 to 0.19.2 (#1078)
| datasource | package | from | to | | --------------- | ------------- | ------- | ------- | | github-releases | docker/buildx | v0.18.0 | v0.19.2 | Co-authored-by: mazi-renovate[bot] <161091290+mazi-renovate[bot]@users.noreply.github.com>
1 parent 11bc4f4 commit 4787094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222

2323

2424
# renovate: datasource=github-releases depName=docker/buildx
25-
BUILDX_VERSION: v0.18.0
25+
BUILDX_VERSION: v0.19.2
2626

2727
jobs:
2828
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
IMAGE_NAME: ${{ github.repository }}
1616
# tool versions
1717
# renovate: datasource=github-releases depName=docker/buildx
18-
BUILDX_VERSION: v0.18.0
18+
BUILDX_VERSION: v0.19.2
1919
# renovate: datasource=github-releases depName=moby/buildkit
2020
BUILDKIT_VERSION: v0.17.2
2121

0 commit comments

Comments
 (0)