Skip to content

Commit 4427590

Browse files
chore(deps): update docker/metadata-action digest to be19121 (#22)
* chore(deps): update docker/metadata-action digest to be19121 * Bump container version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jonathanrainer <[email protected]>
1 parent 495d24c commit 4427590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "title=$STRIPPED_TITLE" >> "$GITHUB_OUTPUT"
5959
- name: Get Docker Metadata
6060
id: meta
61-
uses: docker/metadata-action@b798ed8388581f6f002541048b6458ca2c4ba442
61+
uses: docker/metadata-action@be19121bfd18b9c1ac415d9571d4f67b9b357886
6262
env:
6363
DOCKER_METADATA_PR_HEAD_SHA: true
6464
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG APOLLO_ROUTER_VERSION=2.3.0
88
# renovate: datasource=github-releases depName=apollographql/apollo-mcp-server
99
ARG APOLLO_MCP_SERVER_VERSION=0.5.2
1010

11-
LABEL org.opencontainers.image.version=0.0.6
11+
LABEL org.opencontainers.image.version=0.0.7
1212
LABEL org.opencontainers.image.vendor="Apollo GraphQL"
1313
LABEL org.opencontainers.image.title="Apollo Runtime"
1414
LABEL org.opencontainers.image.description="A GraphQL Runtime for serving Supergraphs and enabling AI"

0 commit comments

Comments
 (0)