Merge pull request 'Update docker/setup-buildx-action action to v3' (#58) from renovate/docker-setup-buildx-action-3.x into main
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 8m24s
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 8m24s
Reviewed-on: #58
This commit is contained in:
commit
62450681b4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
username: ${{ secrets.CR_USERNAME }}
|
||||
password: ${{ secrets.CR_TOKEN }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue