Skip to content

Commit

Permalink
Merge pull request #25 from Obmondo/repository
Browse files Browse the repository at this point in the history
Fixed the path in the ci for build the image
  • Loading branch information
nihaldivyam authored Nov 7, 2024
2 parents 4decc82 + eaf9b2e commit 500a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repository-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: ./repository-mirror
context: ./repository-snapshot
labels: ${{ steps.meta.outputs.labels }}
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 500a88a

Please sign in to comment.