Skip to content

Commit

Permalink
Use context parameter in publish_component workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Feb 21, 2024
1 parent d1ac632 commit 46f349c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile
push: true
tags: |
${{ inputs.Registry }}/${{ inputs.ImageName }}:${{ inputs.Tag }}
Expand Down

0 comments on commit 46f349c

Please sign in to comment.