File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.github/actions/run-tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG GO_VERSION=1.16.8
3
3
ARG XX_VERSION=1.0.0-rc.2
4
4
5
5
ARG LIBGIT2_IMG=ghcr.io/fluxcd/golang-with-libgit2
6
- ARG LIBGIT2_TAG=libgit2-1.1.1
6
+ ARG LIBGIT2_TAG=libgit2-1.1.1-1
7
7
8
8
FROM tonistiigi/xx:${XX_VERSION} AS xx
9
9
FROM ${LIBGIT2_IMG}:${LIBGIT2_TAG} as libgit2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG GO_VERSION=1.16.8
3
3
ARG XX_VERSION=1.0.0-rc.2
4
4
5
5
ARG LIBGIT2_IMG=ghcr.io/fluxcd/golang-with-libgit2
6
- ARG LIBGIT2_TAG=libgit2-1.1.1
6
+ ARG LIBGIT2_TAG=libgit2-1.1.1-1
7
7
8
8
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
9
9
FROM ${LIBGIT2_IMG}:${LIBGIT2_TAG} as libgit2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ CRD_OPTIONS ?= crd:crdVersions=v1
8
8
9
9
# Base image used to build the Go binary
10
10
LIBGIT2_IMG ?= ghcr.io/fluxcd/golang-with-libgit2
11
- LIBGIT2_TAG ?= libgit2-1.1.1
11
+ LIBGIT2_TAG ?= libgit2-1.1.1-1
12
12
13
13
# Allows for defining additional Docker buildx arguments,
14
14
# e.g. '--push'.
You can’t perform that action at this time.
0 commit comments