Skip to content

Commit

Permalink
Fix build path in docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 authored Feb 18, 2024
1 parent 3594ebc commit 21fc3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/sourcegraph/bridge-repo-converter
ghcr.io/sourcegraph/implementation-bridge-repo-converter
tags: |
type=ref,event=tag,priority=2000
type=ref,event=pr,priority=1900
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: bridge-repo-converter/build
context: repo-converter/build
platforms: linux/amd64,linux/arm64
file: bridge-repo-converter/build/Dockerfile
push: true
Expand Down

0 comments on commit 21fc3ae

Please sign in to comment.