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
|
registry: cr.sp-codes.de
|
||||||
username: ${{ secrets.CR_USERNAME }}
|
username: ${{ secrets.CR_USERNAME }}
|
||||||
password: ${{ secrets.CR_TOKEN }}
|
password: ${{ secrets.CR_TOKEN }}
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
@ -33,4 +35,3 @@ jobs:
|
||||||
spcodes/cadvisor:latest
|
spcodes/cadvisor:latest
|
||||||
cr.sp-codes.de/sp-codes/cadvisor:v0.47.2
|
cr.sp-codes.de/sp-codes/cadvisor:v0.47.2
|
||||||
cr.sp-codes.de/sp-codes/cadvisor:latest
|
cr.sp-codes.de/sp-codes/cadvisor:latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue