added buildx
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 4m7s
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 4m7s
This commit is contained in:
parent
446ce69393
commit
a62d391e88
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,8 @@ jobs:
|
|||
registry: cr.sp-codes.de
|
||||
username: ${{ secrets.CR_USERNAME }}
|
||||
password: ${{ secrets.CR_TOKEN }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
|
@ -33,4 +35,3 @@ jobs:
|
|||
spcodes/cadvisor:latest
|
||||
cr.sp-codes.de/sp-codes/cadvisor:v0.47.2
|
||||
cr.sp-codes.de/sp-codes/cadvisor:latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue