Skip to content

Commit fafcdd2

Browse files
authored
Update ghcr_build_push.yml
change context
1 parent da01c8f commit fafcdd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ghcr_build_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build and push Docker image
3636
uses: docker/build-push-action@v3
3737
with:
38-
context: ./custom-metrics-emitter
38+
context: ./src
3939
push: true
4040
tags: ${{ steps.meta.outputs.tags }}
41-
labels: ${{ steps.meta.outputs.labels }}
41+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)