Compare commits
3 commits
c7d46021e4
...
cd701db184
Author | SHA1 | Date | |
---|---|---|---|
cd701db184 | |||
fe4a70794a | |||
e6bc23c351 |
2 changed files with 2 additions and 2 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@v4
|
||||
with:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# STEP 1 build executable binary
|
||||
FROM golang:1.17.3-alpine AS builder
|
||||
FROM golang:1.22.2-alpine AS builder
|
||||
|
||||
ENV CADVISOR_VERSION="v0.49.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue