Compare commits
3 commits
82b9729676
...
4dfb1408c1
Author | SHA1 | Date | |
---|---|---|---|
4dfb1408c1 | |||
adea06f0bb | |||
43c6c2b3af |
2 changed files with 5 additions and 5 deletions
|
@ -13,12 +13,12 @@ jobs:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Login to cr.sp-codes.de
|
- name: Login to cr.sp-codes.de
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: cr.sp-codes.de
|
registry: cr.sp-codes.de
|
||||||
username: ${{ secrets.CR_USERNAME }}
|
username: ${{ secrets.CR_USERNAME }}
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
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