Skip to content

Commit

Permalink
Update ghcr_build_push.yml
Browse files Browse the repository at this point in the history
change context
  • Loading branch information
yodobrin committed Feb 7, 2023
1 parent da01c8f commit fafcdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: ./custom-metrics-emitter
context: ./src
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit fafcdd2

Please sign in to comment.