Compare commits

..

1 Commits

Author SHA1 Message Date
renovate 22f76df680 chore(deps): update docker/setup-buildx-action action to v3.6.1
Build image / build (pull_request) Successful in 4m18s Details
Build image / build (push) Waiting to run Details
2024-07-29 17:10:10 +00:00
1 changed files with 1 additions and 1 deletions

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@3d68780484996aa9d417bb9016193885cdf1f299 # v3.6.0 uses: https://github.com/docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
- name: Login to registry - name: Login to registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'