Skip to content

Commit c1d814e

Browse files
committed
Merge branch 'main' into auto-update-schema
2 parents 90b7ce8 + 2c569d1 commit c1d814e

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,8 @@ jobs:
5959
tags: |
6060
type=ref,event=pr
6161
type=semver,pattern={{version}}
62-
type=semver,pattern={{major}}.{{minor}}
63-
type=semver,pattern={{major}}
6462
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') }}
65-
type=raw,value=dev-{{sha}},enable={{is_default_branch}}
66-
type=raw,value=dev-{{sha}},enable=${{ github.event.inputs.force_push == 'true' }}
63+
type=raw,value=dev-main,enable={{is_default_branch}}
6764
6865
- name: Build and push Docker image
6966
uses: docker/build-push-action@v5

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.0.4] - 2025-06-17
4+
5+
- Reduce excess image creation
6+
37
## [1.0.3] - 2025-06-17
48

59
- Add `ALLOW_MUTATIONS` environment variable to control mutation permissions (default: none)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HackerOne GraphQL MCP Server Docker Image
1+
# HackerOne GraphQL MCP Server
22

33
A Docker image that provides access to HackerOne's GraphQL API through the Model Context Protocol (MCP).
44

@@ -20,8 +20,8 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
2020
## Docker Image Tags
2121

2222
- **`latest`**: Latest stable release (only updated on version releases)
23-
- **`dev-<commit>`**: Development builds from main branch (e.g., `dev-abc1234`)
24-
- **`v1.0.0`**: Specific version releases
23+
- **`dev-main`**: Development builds from main branch
24+
- **`1.x.x`**: Specific version releases
2525
- **`pr-<ref>`**: Pull request builds
2626

2727
## Environment Variables
@@ -78,7 +78,7 @@ A Docker image that provides access to HackerOne's GraphQL API through the Model
7878

7979
To create a new release:
8080

81-
1. Create a [new release in GitHub](https://github.com/Hacker0x01/hackerone-graphql-mcp-server/releases/new)
81+
1. Create a [new release in GitHub](https://github.com/Hacker0x01/hackerone-graphql-mcp-server/releases/new).
8282

8383
2. GitHub Actions will automatically:
8484
- Build multi-architecture images (amd64, arm64)

0 commit comments

Comments
 (0)