Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretiveShell authored Dec 4, 2024
1 parent 35be0ba commit d4bc903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
# Step 4: Build Docker image with hardcoded name "mcp_bridge"
- name: Build Docker image
run: |
docker build -t ghcr.io/${{ github.repository_owner }}/mcp_bridge:${{ github.sha }} .
docker build -t ghcr.io/secretiveshell/mcp_bridge:${{ github.sha }} .
# Step 5: Push the Docker image to GHCR
- name: Push Docker image to GHCR
run: |
docker push ghcr.io/${{ github.repository_owner }}/mcp_bridge:${{ github.sha }}
docker push ghcr.io/secretiveshell/mcp_bridge:${{ github.sha }}

0 comments on commit d4bc903

Please sign in to comment.