File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105
105
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
106
106
tags : |
107
107
type=raw,value=latest
108
+ type=raw,value=latestv1
108
109
type=raw,value=${{ env.ROR_VERSION }}
109
110
110
111
# Build and push Docker image with Buildx (don't push on PR)
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
with :
106
106
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
107
107
tags : |
108
- type=raw,value=latest
108
+ type=raw,value=latestv2
109
109
type=raw,value=${{ env.ROR_VERSION }}
110
110
111
111
# Build and push Docker image with Buildx (don't push on PR)
Original file line number Diff line number Diff line change 1
1
ARG GCR_MIRROR=gcr.io/
2
2
FROM ${GCR_MIRROR}distroless/static:nonroot
3
3
LABEL org.opencontainers.image.source https://github.com/norskhelsenett/ror-agent
4
+ LABEL org.opencontainers.image.description ROR Agent v1
4
5
WORKDIR /
5
6
6
7
COPY cmd/agent/version.json /version.json
Original file line number Diff line number Diff line change 1
1
ARG GCR_MIRROR=gcr.io/
2
2
FROM ${GCR_MIRROR}distroless/static:nonroot
3
3
LABEL org.opencontainers.image.source https://github.com/norskhelsenett/ror-agent
4
+ LABEL org.opencontainers.image.description ROR Agent v2
4
5
WORKDIR /
5
6
6
7
COPY dist/agent /bin/ror-cluster-agent
You can’t perform that action at this time.
0 commit comments