chore(deps): update docker/setup-buildx-action action to v3.2.0 #22

Merged
morre merged 1 commits from renovate/docker-setup-buildx-action-3.x into main 2024-03-23 09:53:33 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9f0b7cf6b2 - Show all commits

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx
uses: https://github.com/docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0 uses: https://github.com/docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
- name: Login to registry - name: Login to registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'