Skip to content

Commit 4fd4a6f

Browse files
committed
fix: correct docker repo
1 parent 4b44f9b commit 4fd4a6f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/docker.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ on:
33
schedule:
44
- cron: "0 1 * * *" # Every day at 1:00 AM
55
workflow_dispatch: # Run the action manually
6-
pull_request: # TODO: delete this before merging
76
permissions:
87
contents: read
98
issues: write
109
jobs:
1110
push:
1211
runs-on: ubuntu-latest
1312
env:
14-
IMAGE_REPOSITORY: docker.io/mongodb/apix_test
15-
TAG_PREFIX: mongodb-mcp-server-
13+
IMAGE_REPOSITORY: docker.io/mongodb/mongodb-mcp-server
1614
steps:
1715
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
1816
with:
@@ -38,7 +36,7 @@ jobs:
3836
with:
3937
context: .
4038
platforms: linux/amd64,linux/arm64
41-
tags: ${{ env.IMAGE_REPOSITORY }}:latest, ${{ env.IMAGE_REPOSITORY }}:${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}, ${{ env.IMAGE_REPOSITORY }}:${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
39+
tags: ${{ env.IMAGE_REPOSITORY }}:latest, ${{ env.IMAGE_REPOSITORY }}:${{ steps.set-properties.outputs.VERSION }}, ${{ env.IMAGE_REPOSITORY }}:${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
4240
file: Dockerfile
4341
push: true
4442
build-args: |
@@ -54,6 +52,6 @@ jobs:
5452
uses: imjohnbo/issue-bot@572eed14422c4d6ca37e870f97e7da209422f5bd
5553
with:
5654
token: ${{ steps.app-token.outputs.token }}
57-
title: Release Failure for Docker Image ${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
55+
title: Release Failure for Docker Image ${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
5856
body: See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
5957
labels: "docker, release_failure"

0 commit comments

Comments
 (0)