Skip to content

Commit 65214f2

Browse files
Update docker/setup-buildx-action action to v4.1.0 (#3000)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 0cb9ee7 commit 65214f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}
3434
password: ${{ secrets.DOCKERHUB_TOKEN }}
3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v4.0.0
36+
uses: docker/setup-buildx-action@v4.1.0
3737
- name: Publish to Docker Hub
3838
run: |
3939
$tags = "${{ steps.validate.outputs.container-tags }}" -Split ','

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
version: ${{ env.MinVerVersion }}
147147
- name: Set up Docker Buildx
148-
uses: docker/setup-buildx-action@v4.0.0
148+
uses: docker/setup-buildx-action@v4.1.0
149149
- name: Log in to GitHub container registry
150150
uses: docker/login-action@v4.2.0
151151
with:

0 commit comments

Comments
 (0)