Compare commits
3 commits
54d83f589b
...
21e586c1d0
Author | SHA1 | Date | |
---|---|---|---|
21e586c1d0 | |||
adea06f0bb | |||
43c6c2b3af |
2 changed files with 4 additions and 4 deletions
|
@ -26,12 +26,12 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
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@v5
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
spcodes/cadvisor:v0.47.2
|
spcodes/cadvisor:v0.49.1
|
||||||
spcodes/cadvisor:latest
|
spcodes/cadvisor:latest
|
||||||
cr.sp-codes.de/sp-codes/cadvisor:v0.47.2
|
cr.sp-codes.de/sp-codes/cadvisor:v0.49.1
|
||||||
cr.sp-codes.de/sp-codes/cadvisor:latest
|
cr.sp-codes.de/sp-codes/cadvisor:latest
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# STEP 1 build executable binary
|
# STEP 1 build executable binary
|
||||||
FROM golang:1.17.3-alpine3.13 AS builder
|
FROM golang:1.17.3-alpine3.13 AS builder
|
||||||
|
|
||||||
ENV CADVISOR_VERSION="v0.47.2"
|
ENV CADVISOR_VERSION="v0.49.1"
|
||||||
|
|
||||||
WORKDIR $GOPATH/src/github.com/google/cadvisor
|
WORKDIR $GOPATH/src/github.com/google/cadvisor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue