Compare commits
3 commits
3ca8ff6be4
...
572ea99791
Author | SHA1 | Date | |
---|---|---|---|
572ea99791 | |||
f6fb0b1c0e | |||
1d4f44ecad |
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
username: ${{ secrets.CR_USERNAME }}
|
username: ${{ secrets.CR_USERNAME }}
|
||||||
password: ${{ secrets.CR_TOKEN }}
|
password: ${{ secrets.CR_TOKEN }}
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# STEP 1 build executable binary
|
# STEP 1 build executable binary
|
||||||
FROM golang:1.22.6-alpine AS builder
|
FROM golang:1.23.0-alpine AS builder
|
||||||
|
|
||||||
ENV CADVISOR_VERSION="v0.49.1"
|
ENV CADVISOR_VERSION="v0.49.1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue