Compare commits

...

1 Commits

Author SHA1 Message Date
renovate 909b2c9e12 chore(deps): update https://github.com/docker/setup-buildx-action action to v3.11.0
Build image / build (pull_request) Successful in 5m16s Details
2025-06-16 13:14:04 +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@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 uses: https://github.com/docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
- name: Login to registry - name: Login to registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'