File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
labels : ${{ steps.meta.outputs.labels }}
174
174
platforms : ${{ env.PLATFORMS }}
175
175
- name : Generate artifact attestation
176
- uses : actions/attest-build-provenance@v2
176
+ uses : actions/attest-build-provenance@v3
177
177
with :
178
178
subject-name : index.docker.io/${{ env.NAMESPACED_DOCKERHUB_REGISTRY }}
179
179
subject-digest : ${{ steps.push.outputs.digest }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG APOLLO_ROUTER_VERSION=2.5.0
8
8
# renovate: datasource=github-releases depName=apollographql/apollo-mcp-server
9
9
ARG APOLLO_MCP_SERVER_VERSION=0.7.5
10
10
11
- LABEL org.opencontainers.image.version=0.0.18
11
+ LABEL org.opencontainers.image.version=0.0.19
12
12
LABEL org.opencontainers.image.vendor="Apollo GraphQL"
13
13
LABEL org.opencontainers.image.title="Apollo Runtime"
14
14
LABEL org.opencontainers.image.description="A GraphQL Runtime for serving Supergraphs and enabling AI"
You can’t perform that action at this time.
0 commit comments